*** empty log message ***
authorpcg <pcg>
Thu, 18 Dec 2003 01:08:05 +0000 (01:08 +0000)
committerpcg <pcg>
Thu, 18 Dec 2003 01:08:05 +0000 (01:08 +0000)
configure

index 3c2ed7b..f87a9dc 100755 (executable)
--- a/configure
+++ b/configure
@@ -9731,10 +9731,13 @@ else
 support_xft=no
 fi
 
-  cat >> confdefs.h <<\EOF
+
+  if test x$support_xft = xyes; then
+    cat >> confdefs.h <<\EOF
 #define XFT 1
 EOF
 
+  fi
 fi
 
 trap '' 1 2 15