summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-28 09:15:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-03-28 09:15:53 +0000
commit68281af04144dc6c216436cdf9e3ceab3c7a80ea (patch)
tree0f58348068d46cb8121637b0806ac8accfebb96b /Build/source/libs/configure
parente346d80f3e4b476b95b7ce6ded11adcc88c99275 (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/libs/configure')
-rwxr-xr-xBuild/source/libs/configure15
1 files changed, 3 insertions, 12 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 08bae746fe8..8a1a95dd6c1 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -3230,24 +3230,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