From: pcg Date: Thu, 18 Dec 2003 01:08:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ec549ea77fdfa3b417afdcef2cf6b61ea2fe3ce1;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/configure b/configure index 3c2ed7b3..f87a9dc7 100755 --- 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