comparison src/Makefile.in @ 76285:bb157af2087d

Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on Solaris.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 03 Mar 2007 21:50:54 +0000
parents b4c77101d90c
children 61e085a71af3 ec58e5c426ef
comparison
equal deleted inserted replaced
76284:6f86cadf3faa 76285:bb157af2087d
401 LIBXT=$(LIBW) 401 LIBXT=$(LIBW)
402 #endif 402 #endif
403 #endif /* not USE_X_TOOLKIT */ 403 #endif /* not USE_X_TOOLKIT */
404 404
405 #if HAVE_XFT 405 #if HAVE_XFT
406 #undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
407 #define LIB_X11_LIB
408 XFT_LIBS=@XFT_LIBS@ 406 XFT_LIBS=@XFT_LIBS@
409 #endif /* HAVE_XFT */ 407 #endif /* HAVE_XFT */
410 408
411 #if HAVE_XPM 409 #if HAVE_XPM
412 #ifndef LIBXPM 410 #ifndef LIBXPM