From 18d07e04a6ab5b3a61065fff24d91cdb0d381839 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 7 Aug 2003 00:53:48 +0000 Subject: [PATCH] small fix --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa4deb3d..43064377 100644 --- a/configure.ac +++ b/configure.ac @@ -532,11 +532,14 @@ if test "$xft" = yes; then else AC_CHECK_PROG(XFTCONFIG, xft-config, xft-config) fi + AC_MSG_CHECKING([for the Xft2 library]) if test "x$XFTCONFIG" != x; then XFTLIBS=`$XFTCONFIG --libs` XFTFLAGS=`$XFTCONFIG --cflags` - AC_MSG_CHECKING([for the Xft2 library]) AC_MSG_RESULT([found]) + else + xft=no + AC_MSG_RESULT([not found]) fi if test "$xft" = yes; then AC_SUBST(XFTFLAGS)