diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:08:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:08:47 +0000 |
commit | e471763d83f810b843a5127927f26b78449a7acf (patch) | |
tree | 1917697c2988f39a04abe4a3d3202c51f8bc9053 /Build/source/utils/xindy/configure.ac | |
parent | 760d064ec8aa9fd4dca8a7f209ae568232a73a58 (diff) |
xindy: Fixed a typo (--with-recode => --with-xindy-recode)
git-svn-id: svn://tug.org/texlive/trunk@30896 c570f23f-e606-0410-a88d-b1316a301751
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]) |