diff lwlib/lwlib-colors.c @ 4918:c914214b788d

Automatic merge
author Ben Wing <ben@xemacs.org>
date Wed, 03 Feb 2010 02:56:21 -0600
parents a6c778975d7d
children 308d34e9f07d
line wrap: on
line diff
--- a/lwlib/lwlib-colors.c	Wed Feb 03 00:20:08 2010 +0000
+++ b/lwlib/lwlib-colors.c	Wed Feb 03 02:56:21 2010 -0600
@@ -328,7 +328,7 @@
 #endif
 
 
-#ifdef USE_XFT
+#ifdef HAVE_XFT
 
 XftColor
 xft_convert_color (Display *dpy, Colormap cmap, Visual *visual, int c, int dim)
@@ -356,6 +356,6 @@
   return result;
 }
 
-#endif /* USE_XFT */
+#endif /* HAVE_XFT */
 
 /* end of lwlib-colors.c */