diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-10 23:22:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-10 23:22:35 +0000 |
commit | 28a154347592fc15db3b95b43082b30833172515 (patch) | |
tree | f75ddc79f98e9c3cf4bccab2b3217d71f819e77d /Build/source/texk/configure | |
parent | 530ad3572dfbfe5a9f3c246bf678689b6b9fb7e4 (diff) |
mingw cross-compilation fixes from lscarso
git-svn-id: svn://tug.org/texlive/trunk@49996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index a22fd196748..e080ee03836 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -3557,31 +3557,23 @@ $as_echo "$as_me: Assuming \`--enable-vlna=$enable_vlna'" >&6;} ;; esac -## utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ +# $Id$ +# utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ ## configure options and TL libraries required for xindy # Check whether --enable-xindy was given. if test "${enable_xindy+set}" = set; then : enableval=$enable_xindy; fi case $enable_xindy in #( - yes) : - if test "x$cross_compiling" = xyes; then : - as_fn_error $? "Unable to cross compile xindy" "$LINENO" 5 -fi ;; #( - no) : + yes|no) : ;; #( *) : - if test "x$cross_compiling" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-xindy'" >&5 -$as_echo "$as_me: Cross compiling -> \`--disable-xindy'" >&6;} - enable_xindy=no - ac_configure_args="$ac_configure_args '--disable-xindy'" - else + enable_xindy=no { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xindy=$enable_xindy'" >&5 $as_echo "$as_me: Assuming \`--enable-xindy=$enable_xindy'" >&6;} ac_configure_args="$ac_configure_args '--enable-xindy=$enable_xindy'" - fi ;; + ;; esac ## utils/xindy/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ |