diff options
Diffstat (limited to 'Build/source/utils/configure')
-rwxr-xr-x | Build/source/utils/configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index c202d8c87b9..ca6074f689c 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -3345,6 +3345,19 @@ $as_echo "$as_me: $host -> \`--disable-luajittex'" >&6;} ;; esac ;; esac +case $enable_luajithbtex in #( + yes | no) : + : ;; #( + *) : + case $host in #( + alpha* | sparc* | x86_64-*-solaris* | powerpc-*-darwin* ) : + { $as_echo "$as_me:${as_lineno-$LINENO}: $host -> \`--disable-luajithbtex'" >&5 +$as_echo "$as_me: $host -> \`--disable-luajithbtex'" >&6;} + ac_configure_args="$ac_configure_args '--disable-luajithbtex'" ;; #( + *) : + ;; +esac ;; +esac case $enable_mfluajit in #( yes | no) : : ;; #( @@ -3358,6 +3371,19 @@ $as_echo "$as_me: $host -> \`--disable-mfluajit'" >&6;} ;; esac ;; esac +case $enable_mfluajit-nowin in #( + yes | no) : + : ;; #( + *) : + case $host in #( + alpha* | sparc* | x86_64-*-solaris* | powerpc-*-darwin* ) : + { $as_echo "$as_me:${as_lineno-$LINENO}: $host -> \`--disable-mfluajit-nowin'" >&5 +$as_echo "$as_me: $host -> \`--disable-mfluajit-nowin'" >&6;} + ac_configure_args="$ac_configure_args '--disable-mfluajit-nowin'" ;; #( + *) : + ;; +esac ;; +esac ## utils/autosp/ac/withenable.ac: configure.ac fragment for TeX Live subdir ## $Id: withenable.ac 46590 2018-02-10 23:30:32Z karl $ |