Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'moses/configure.in')
-rw-r--r--moses/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/configure.in b/moses/configure.in
index c4faf83ec..f1af3eae7 100644
--- a/moses/configure.in
+++ b/moses/configure.in
@@ -69,7 +69,7 @@ then
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I${with_irstlm}/include"
- AC_CHECK_HEADER(n_gram.h,
+ AC_CHECK_HEADER(ngram.h,
[AC_DEFINE([HAVE_IRSTLM], [], [flag for IRSTLM])],
[AC_MSG_ERROR([Cannot find IRST-LM!])])