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
commitf5bc0c9ad71b9cf7d46ad56862a084f168817753 (patch)
tree1137601fbeb9def3aea348539e1c4151216648c6
parent333d2fe038c9c0c6bca956680d3dec6534432d2f (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__