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:
parent
aa4ff486d4
commit
7e6601408a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue