diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-11-23 18:39:39 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-11-23 18:39:39 +0000 |
commit | 79206291f78fba893fda6a61ff0ae9264d00bb82 (patch) | |
tree | 15bcb795954701d02c88f3276e6ec7e02794a4bd /configure.ac | |
parent | 491c130ef1b0cbe52cf0880be30e4b3614646471 (diff) |
Fix broken extractor test.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 03bae25c..8136a7c7 100644 --- a/configure.ac +++ b/configure.ac @@ -199,7 +199,7 @@ AC_CONFIG_FILES([mteval/Makefile]) AC_CONFIG_FILES([mteval/meteor_jar.cc]) AC_CONFIG_FILES([decoder/Makefile]) AC_CONFIG_FILES([python/setup.py]) -#AC_CONFIG_FILES([extractor/Makefile]) +AC_CONFIG_FILES([extractor/Makefile]) AC_CONFIG_FILES([word-aligner/Makefile]) # KenLM stuff |