summaryrefslogtreecommitdiff
path: root/klm/util
diff options
context:
space:
mode:
Diffstat (limited to 'klm/util')
-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__