From 7e6601408a43babc044898a2fde27d4b16d717ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 26 Jan 2007 16:33:01 +0000 Subject: [PATCH] Use XFT_LIBS if defined. --- src/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2