summaryrefslogtreecommitdiff
path: root/klm/util/have.hh
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2012-12-15 02:53:56 -0500
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2012-12-15 02:53:56 -0500
commit29a47a94bfc09450802484e5cd3f835d39c9f66c (patch)
treea1d634fc022f58b83c37fe1d648481773b4d1891 /klm/util/have.hh
parent4b9e9d87b0ff91a98bfffb11d95f6b30f8e4c1b3 (diff)
enable kenlm compression
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r--klm/util/have.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index b86ba11e..85b838e4 100644
--- a/klm/util/have.hh
+++ b/klm/util/have.hh
@@ -11,8 +11,7 @@
#endif
#ifdef HAVE_CONFIG_H
-// Chris; uncomment this line.
-//#include "config.h"
+#include "config.h"
#endif
#endif // UTIL_HAVE__