Code

adding ifdef HAVE_CONFIG_H
[inkscape.git] / src / sp-glyph.cpp
index 719d1d25b552a9e281f5e64dc0e159cb7e9f4bb3..5b2cc2decfca5d2bcbaee735fe964adcdca5bd99 100644 (file)
@@ -1,4 +1,7 @@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #ifdef ENABLE_SVG_FONTS
 #define __SP_GLYPH_C__