1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

small fix

This commit is contained in:
dan
2003-08-07 00:53:48 +00:00
parent 74ba4f8eef
commit 18d07e04a6

View File

@@ -532,11 +532,14 @@ if test "$xft" = yes; then
else else
AC_CHECK_PROG(XFTCONFIG, xft-config, xft-config) AC_CHECK_PROG(XFTCONFIG, xft-config, xft-config)
fi fi
AC_MSG_CHECKING([for the Xft2 library])
if test "x$XFTCONFIG" != x; then if test "x$XFTCONFIG" != x; then
XFTLIBS=`$XFTCONFIG --libs` XFTLIBS=`$XFTCONFIG --libs`
XFTFLAGS=`$XFTCONFIG --cflags` XFTFLAGS=`$XFTCONFIG --cflags`
AC_MSG_CHECKING([for the Xft2 library])
AC_MSG_RESULT([found]) AC_MSG_RESULT([found])
else
xft=no
AC_MSG_RESULT([not found])
fi fi
if test "$xft" = yes; then if test "$xft" = yes; then
AC_SUBST(XFTFLAGS) AC_SUBST(XFTFLAGS)