catch tge XFT define, from config.h
authorDana Jansens <danakj@orodu.net>
Thu, 15 Aug 2002 23:51:19 +0000 (23:51 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 15 Aug 2002 23:51:19 +0000 (23:51 +0000)
util/xftlsfonts.cc

index e8d6be2..94e47d5 100644 (file)
@@ -1,6 +1,10 @@
 const char *NAME = "xftlsfonts";
 const char *VERSION = "1.0";
 
+#ifdef    HAVE_CONFIG_H
+#include "../config.h"
+#endif // HAVE_CONFIG_H
+
 #ifndef   XFT
 #include <iostream>