Don't load xft-packages unless configured --with-xft by using an evil
autoconf hack
This commit is contained in:
parent
e5cb004372
commit
4abe0fc945
|
@ -42,6 +42,7 @@
|
|||
AC_CHECK_LIB(Xft, XftFontOpen, SCX_PREPEND(-lXft, x_libraries))
|
||||
AC_DEFINE([WITH_XFT], 1, [Define 1 if compiling with Xft support])
|
||||
SCX_PREPEND(\$(XFT_OBJECTS), extra_objects)
|
||||
AC_SUBST(load_xft_packages, yes)
|
||||
fi
|
||||
|
||||
#AC_MSG_CHECKING(scsh installation)
|
||||
|
|
Loading…
Reference in New Issue