[config] Including Autoconf config.h in internal config

This commit is contained in:
Al
2015-08-08 20:50:23 -04:00
parent 5df9e123af
commit d0679450e3

View File

@@ -1,6 +1,13 @@
#ifndef LIBPOSTAL_CONFIG_H
#define LIBPOSTAL_CONFIG_H
#ifdef HAVE_CONFIG_H
#ifndef CONFIG_H
#define CONFIG_H
#include <config.h>
#endif
#endif
#ifndef LIBPOSTAL_DATA_DIR
#error LIBPOSTAL_DATA_DIR not defined!
#endif