diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-28 09:15:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-28 09:15:53 +0000 |
commit | 68281af04144dc6c216436cdf9e3ceab3c7a80ea (patch) | |
tree | 0f58348068d46cb8121637b0806ac8accfebb96b /Build/source/configure | |
parent | e346d80f3e4b476b95b7ce6ded11adcc88c99275 (diff) |
pmx: Update build system and enable cross compilation
git-svn-id: svn://tug.org/texlive/trunk@25759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/Build/source/configure b/Build/source/configure index e31aa4a6b3b..0232043dcab 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -3905,24 +3905,15 @@ if test "${enable_pmx+set}" = set; then : enableval=$enable_pmx; fi case $enable_pmx in #( - yes) : - if test "x$cross_compiling" = xyes; then : - as_fn_error $? "Unable to cross compile pmx" "$LINENO" 5 -fi ;; #( - no) : + yes|no) : ;; #( *) : - if test "x$cross_compiling" = xyes; then - { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-pmx'" >&5 -$as_echo "$as_me: Cross compiling -> \`--disable-pmx'" >&6;} - enable_pmx=no - ac_configure_args="$ac_configure_args '--disable-pmx'" - else + enable_pmx=$enable_all_pkgs { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-pmx=$enable_pmx'" >&5 $as_echo "$as_me: Assuming \`--enable-pmx=$enable_pmx'" >&6;} ac_configure_args="$ac_configure_args '--enable-pmx=$enable_pmx'" - fi ;; + ;; esac |