From eeb3a8d403e4f4f996ff68b5b45a93150263aa7a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 20 Nov 2005 18:21:51 +0000 Subject: Fix typo in #define that caused Xprint support to not be built in modular tree. --- xset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3