From 68281af04144dc6c216436cdf9e3ceab3c7a80ea Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 28 Mar 2012 09:15:53 +0000 Subject: pmx: Update build system and enable cross compilation git-svn-id: svn://tug.org/texlive/trunk@25759 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/configure | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'Build/source/utils/configure') diff --git a/Build/source/utils/configure b/Build/source/utils/configure index f626a07dd61..e0e02498b18 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -3227,24 +3227,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 -- cgit v1.2.3