diff options
author | Kenneth Heafield <kheafiel@cluster10.lti.ece.cmu.local> | 2011-03-21 22:00:29 -0400 |
---|---|---|
committer | Kenneth Heafield <kheafiel@cluster10.lti.ece.cmu.local> | 2011-03-21 22:00:29 -0400 |
commit | 2d0c2c2bf7c35db2e16d16f39cb9749a04bc91df (patch) | |
tree | b2f2a9d1559ab5fc32233fc104a0c4267daeb1b8 /klm/util/have.hh | |
parent | 78af1ef80f84023b4ff0661c47201850dbd46363 (diff) |
compiler warnings
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r-- | klm/util/have.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh index 7cf62008..f2f0cf90 100644 --- a/klm/util/have.hh +++ b/klm/util/have.hh @@ -2,8 +2,14 @@ #ifndef UTIL_HAVE__ #define UTIL_HAVE__ +#ifndef HAVE_ZLIB #define HAVE_ZLIB +#endif + // #define HAVE_ICU + +#ifndef HAVE_BOOST #define HAVE_BOOST +#endif #endif // UTIL_HAVE__ |