summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 18:21:51 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 18:21:51 +0000
commiteeb3a8d403e4f4f996ff68b5b45a93150263aa7a (patch)
treede55e4e626ff78f8cc08957cf70c7b0b0cb841d3
parentb0679cb89861e1aec2700a22ee8be0570819f9ce (diff)
Fix typo in #define that caused Xprint support to not be built in modularXORG-6_8_99_903
tree.
-rw-r--r--xset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xset.c b/xset.c
index dc94d5b..9fd75cf 100644
--- a/xset.c
+++ b/xset.c
@@ -51,7 +51,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#if defined(HAVE_X11_EXTENSIONS_PRINT_H)
-#define BUILD_XPRINT_SUPPORT
+#define BUILD_PRINTSUPPORT
#endif
#if defined(HAVE_X11_EXTENSIONS_FONTCACHE_H) && defined(HAVE_X11_EXTENSIONS_FONTCACHEP_H)