diff options
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac index 41579916ee7..9eaf573488c 100644 --- a/Build/source/utils/xindy/configure.ac +++ b/Build/source/utils/xindy/configure.ac @@ -102,7 +102,7 @@ if test "x$enable_xindy_rules:$enable_xindy_docs:$PDFLATEX" = xyes:yes:no; then AC_MSG_ERROR([PDFLATEX is required to build xindy docs]) fi -if test "x$with_recode" = xyes; then +if test "x$with_xindy_recode" = xyes; then AC_CHECK_PROG([CONVERT_FROM_UTF8], [recode], [recode UTF-8..]) if test "x$CONVERT_FROM_UTF8" != 'xrecode UTF-8..'; then AC_MSG_ERROR([--with-xindy-recode specified, but `recode' not found]) |