summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-12-14 22:20:31 +0000
committerKenneth Heafield <github@kheafield.com>2012-12-14 22:20:31 +0000
commit333d2fe038c9c0c6bca956680d3dec6534432d2f (patch)
tree03e473c485fee2e6b7d1564110e860a8cd1ff8ea
parentdd0fdabb1db41a4230e487c80b61ace9697f150d (diff)
Get macros from config.h, break build for Chris to fix by linking libs
-rw-r--r--klm/util/have.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index 1523c0c5..85b838e4 100644
--- a/klm/util/have.hh
+++ b/klm/util/have.hh
@@ -10,4 +10,8 @@
//#define HAVE_BOOST
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#endif // UTIL_HAVE__