comparison 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
comparison
equal deleted inserted replaced
90744:f1196eda45a0 90745:1b883722b73c
400 LIBXT=$(LIBW) -lSM -lICE 400 LIBXT=$(LIBW) -lSM -lICE
401 #else 401 #else
402 LIBXT=$(LIBW) 402 LIBXT=$(LIBW)
403 #endif 403 #endif
404 #endif /* not USE_X_TOOLKIT */ 404 #endif /* not USE_X_TOOLKIT */
405
406 #if HAVE_XFT
407 #undef LIB_X11_LIB
408 #define LIB_X11_LIB @XFT_LIBS@
409 #endif /* HAVE_XFT */
410 405
411 #if HAVE_XFT 406 #if HAVE_XFT
412 #undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */ 407 #undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
413 #define LIB_X11_LIB 408 #define LIB_X11_LIB
414 XFT_LIBS=@XFT_LIBS@ 409 XFT_LIBS=@XFT_LIBS@