diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2020-01-12 19:26:08 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2020-01-12 19:26:08 +0000 |
commit | b376d1cbf6b926f56d933e7e77482783e7fad91f (patch) | |
tree | b5294e853a726152495d1e4493e4c0e30c4ca2c1 /Build/source/utils | |
parent | b19499f7a898800f0d2738217ef0fe7c10be206e (diff) |
Update configure files
git-svn-id: svn://tug.org/texlive/trunk@53377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-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 $ |