diff src/Makefile.in @ 90745:1b883722b73c

src/Makefile.in: Remove redundant HAVE_XFT clause Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-168
author Miles Bader <miles@gnu.org>
date Wed, 31 Jan 2007 00:26:59 +0000
parents f83d17e1ace6
children 25de48ab62e2
line wrap: on
line diff
--- a/src/Makefile.in	Tue Jan 30 23:18:01 2007 +0000
+++ b/src/Makefile.in	Wed Jan 31 00:26:59 2007 +0000
@@ -404,11 +404,6 @@
 #endif /* not USE_X_TOOLKIT */
 
 #if HAVE_XFT
-#undef LIB_X11_LIB
-#define LIB_X11_LIB @XFT_LIBS@
-#endif /* HAVE_XFT */
-
-#if HAVE_XFT
 #undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
 #define LIB_X11_LIB
 XFT_LIBS=@XFT_LIBS@