]> git.eshelyaron.com Git - emacs.git/commitdiff
Use XFT_LIBS if defined.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 26 Jan 2007 16:33:01 +0000 (16:33 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 26 Jan 2007 16:33:01 +0000 (16:33 +0000)
src/Makefile.in

index 49fcbe8508fa81d7cff97cc1897e6aded09710a8..8dd211c0fa21410b65ed3789b2646897c3a13ba8 100644 (file)
@@ -402,6 +402,11 @@ LIBXT=$(LIBW)
 #endif
 #endif /* not USE_X_TOOLKIT */
 
+#if HAVE_XFT
+#undef LIB_X11_LIB
+#define LIB_X11_LIB @XFT_LIBS@
+#endif /* HAVE_XFT */
+
 #if HAVE_XPM
 #ifndef LIBXPM
 #define LIBXPM -lXpm