diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-12-14 22:40:17 +0000 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-12-14 22:40:17 +0000 |
commit | 4b9e9d87b0ff91a98bfffb11d95f6b30f8e4c1b3 (patch) | |
tree | 700fbbb52d4d448d2848c664af88e2d7e15f602e /klm/util/have.hh | |
parent | e189e981a02ef03ccb2dba733cf1363dccbb9778 (diff) |
Patch up build for now, still no compressed support
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r-- | klm/util/have.hh | 3 |
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__ |