From d0679450e364915ecd1398c55520a729f7d60b60 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 8 Aug 2015 20:50:23 -0400 Subject: [PATCH] [config] Including Autoconf config.h in internal config --- src/libpostal_config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/libpostal_config.h b/src/libpostal_config.h index 6e099ef5..910fe618 100644 --- a/src/libpostal_config.h +++ b/src/libpostal_config.h @@ -1,6 +1,13 @@ #ifndef LIBPOSTAL_CONFIG_H #define LIBPOSTAL_CONFIG_H +#ifdef HAVE_CONFIG_H + #ifndef CONFIG_H + #define CONFIG_H + #include + #endif +#endif + #ifndef LIBPOSTAL_DATA_DIR #error LIBPOSTAL_DATA_DIR not defined! #endif