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 | f5bc0c9ad71b9cf7d46ad56862a084f168817753 (patch) | |
tree | 1137601fbeb9def3aea348539e1c4151216648c6 /klm/util | |
parent | 333d2fe038c9c0c6bca956680d3dec6534432d2f (diff) |
Patch up build for now, still no compressed support
Diffstat (limited to 'klm/util')
-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__ |