diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-21 09:37:04 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-21 09:37:04 +0000 |
commit | f2e484aceecf05d600322fdde8a4a4a8ed1893d9 (patch) | |
tree | 52c01f35966be2846c17fd98da7b79cc96b81626 /Build/source/configure | |
parent | 7971b009460389521525040ffd874e9879bc0a7d (diff) |
Automatically disable LuaJITTeX for known unsupported systems
git-svn-id: svn://tug.org/texlive/trunk@33248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Build/source/configure b/Build/source/configure index bfd94585bf0..6ce81f4bd87 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -3005,11 +3005,6 @@ specify the configure option \`--enable-build-in-source-tree', but then do not ask for help -- you have been warned." "$LINENO" 5 fi -# Check whether --enable-missing was given. -if test "${enable_missing+set}" = set; then : - enableval=$enable_missing; -fi - # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 @@ -3081,6 +3076,11 @@ IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac +# Check whether --enable-missing was given. +if test "${enable_missing+set}" = set; then : + enableval=$enable_missing; +fi + # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -4102,6 +4102,19 @@ $as_echo "$as_me: Assuming \`--with-x'" >&6;} $as_echo "$as_me: WIN32 -> \`--without-x'" >&6;} ac_configure_args="$ac_configure_args '--without-x'" ;; esac +case $enable_luajittex in #( + yes | no) : + : ;; #( + *) : + case $host in #( + alpha* | sparc* | x86_64-*-cygwin) : + { $as_echo "$as_me:${as_lineno-$LINENO}: $host -> \`--disable-luajittex'" >&5 +$as_echo "$as_me: $host -> \`--disable-luajittex'" >&6;} + ac_configure_args="$ac_configure_args '--disable-luajittex'" ;; #( + *) : + ;; +esac ;; +esac ## utils/biber/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/biber/ ## configure options and TL libraries required for biber # Check whether --enable-biber was given. |