summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-12-14 22:40:17 +0000
committerKenneth Heafield <github@kheafield.com>2012-12-14 22:40:17 +0000
commit4b9e9d87b0ff91a98bfffb11d95f6b30f8e4c1b3 (patch)
tree700fbbb52d4d448d2848c664af88e2d7e15f602e
parente189e981a02ef03ccb2dba733cf1363dccbb9778 (diff)
Patch up build for now, still no compressed support
-rw-r--r--klm/util/have.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index 85b838e4..b86ba11e 100644
--- a/klm/util/have.hh
+++ b/klm/util/have.hh
@@ -11,7 +11,8 @@
#endif
#ifdef HAVE_CONFIG_H
-#include "config.h"
+// Chris; uncomment this line.
+//#include "config.h"
#endif
#endif // UTIL_HAVE__