From: Jan Djärv Date: Fri, 26 Jan 2007 16:33:01 +0000 (+0000) Subject: Use XFT_LIBS if defined. X-Git-Tag: emacs-pretest-22.0.94~619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e6601408a43babc044898a2fde27d4b16d717ea;p=emacs.git Use XFT_LIBS if defined. --- 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) #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