aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-01-26 16:33:01 +0000
committerJan Djärv2007-01-26 16:33:01 +0000
commit7e6601408a43babc044898a2fde27d4b16d717ea (patch)
tree21c4fd68045522ba75d6d2ada8c6c60b841c49fa /src
parentaa4ff486d453328e8eee0a57c1f3307cf008bca5 (diff)
downloademacs-7e6601408a43babc044898a2fde27d4b16d717ea.tar.gz
emacs-7e6601408a43babc044898a2fde27d4b16d717ea.zip
Use XFT_LIBS if defined.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 49fcbe8508f..8dd211c0fa2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -402,6 +402,11 @@ LIBXT=$(LIBW)
402#endif 402#endif
403#endif /* not USE_X_TOOLKIT */ 403#endif /* not USE_X_TOOLKIT */
404 404
405#if HAVE_XFT
406#undef LIB_X11_LIB
407#define LIB_X11_LIB @XFT_LIBS@
408#endif /* HAVE_XFT */
409
405#if HAVE_XPM 410#if HAVE_XPM
406#ifndef LIBXPM 411#ifndef LIBXPM
407#define LIBXPM -lXpm 412#define LIBXPM -lXpm