Use config.h only if it exists
authorPetri Lehtinen <petri@digip.org>
Sun, 5 Sep 2010 14:16:47 +0000 (17:16 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 5 Sep 2010 18:18:46 +0000 (21:18 +0300)
This makes it easier to compile without the configure script (e.g. on
Windows).

src/utf.h

index d0ae6e9..19ec6e5 100644 (file)
--- a/src/utf.h
+++ b/src/utf.h
@@ -8,7 +8,9 @@
 #ifndef UTF_H
 #define UTF_H
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 #ifdef HAVE_INTTYPES_H
 /* inttypes.h includes stdint.h in a standard environment, so there's