From 5113f5252f76f14d2c6ca7bb7fc38f689a0116a5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Dec 2002 20:00:50 +0000 Subject: [PATCH] reset the xft flags if it fails --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 117a7445..86a5cdc4 100644 --- a/configure.in +++ b/configure.in @@ -178,6 +178,8 @@ if test "$enableval" = "yes"; then [ AC_MSG_RESULT([no]) XFT2="" + XFT_CFLAGS="" + XFT_LIBS="" AC_MSG_RESULT() AC_MSG_RESULT([** WARNING: Xft support is disabled! **]) AC_MSG_RESULT() -- 2.34.1