diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-02-21 14:13:55 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-02-21 14:13:55 +0000 |
commit | b5491898549c61bd799d199aa9178a8394a1ef69 (patch) | |
tree | fb2686a2aae03ff07bcdf4cd47e8c3191eff8d1e /klm/util/have.hh | |
parent | 0187447a643c3ea262b13b3052cb1531990eafe6 (diff) | |
parent | c17d9c23d023a5c08656376944f636180f0a437b (diff) |
Merge branch 'master' of https://github.com/pauldb89/cdec
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r-- | klm/util/have.hh | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh index 85b838e4..6e18529d 100644 --- a/klm/util/have.hh +++ b/klm/util/have.hh @@ -2,16 +2,12 @@ #ifndef UTIL_HAVE__ #define UTIL_HAVE__ -#ifndef HAVE_ICU -//#define HAVE_ICU -#endif - -#ifndef HAVE_BOOST -//#define HAVE_BOOST -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#ifndef HAVE_ICU +//#define HAVE_ICU +#endif + #endif // UTIL_HAVE__ |