Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on

Solaris.
This commit is contained in:
Chong Yidong 2007-03-03 21:50:54 +00:00
parent a6f0e674eb
commit 046c44135e
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-03-03 Glenn Morris <rgm@gnu.org>
* Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
not include -lX11 on Solaris.
2007-03-02 Stuart D. Herring <herring@lanl.gov>
* keymap.c (Fkey_binding): Don't consider two-element lists as

View file

@ -403,8 +403,6 @@ LIBXT=$(LIBW)
#endif /* not USE_X_TOOLKIT */
#if HAVE_XFT
#undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
#define LIB_X11_LIB
XFT_LIBS=@XFT_LIBS@
#endif /* HAVE_XFT */