mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
small fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user