summaryrefslogtreecommitdiff
path: root/klm/util/have.hh
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-02-21 14:13:55 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-02-21 14:13:55 +0000
commitb5491898549c61bd799d199aa9178a8394a1ef69 (patch)
treefb2686a2aae03ff07bcdf4cd47e8c3191eff8d1e /klm/util/have.hh
parent0187447a643c3ea262b13b3052cb1531990eafe6 (diff)
parentc17d9c23d023a5c08656376944f636180f0a437b (diff)
Merge branch 'master' of https://github.com/pauldb89/cdec
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r--klm/util/have.hh12
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__