1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00

Use XFT_LIBS if defined.

This commit is contained in:
Jan Djärv 2007-01-26 16:33:01 +00:00
parent aa4ff486d4
commit 7e6601408a

View 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