Mercurial > emacs
diff src/Makefile.in @ 75414:e18d485ab607
Use XFT_LIBS if defined.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Fri, 26 Jan 2007 16:33:01 +0000 |
| parents | 3d45362f1d38 |
| children | f63d37162a0d b8d9a391daf3 |
line wrap: on
line diff
--- a/src/Makefile.in Fri Jan 26 16:32:49 2007 +0000 +++ b/src/Makefile.in Fri Jan 26 16:33:01 2007 +0000 @@ -402,6 +402,11 @@ #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
