aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-23 10:42:55 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-23 10:42:55 +0200
commita0753d1e2b362e9e6b4ea35ff6135505758521f6 (patch)
treecf8ba0f405d231fa9ce0c4b80f3f7c10cadd2ee0 /configure
parent4a4c35ecc8cedd1189220d0d1044cd2b35c108a2 (diff)
parent9b1151d32d047649e2a6a1f601aa8163ebe3e8e9 (diff)
downloadegawk-a0753d1e2b362e9e6b4ea35ff6135505758521f6.tar.gz
egawk-a0753d1e2b362e9e6b4ea35ff6135505758521f6.tar.bz2
egawk-a0753d1e2b362e9e6b4ea35ff6135505758521f6.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure b/configure
index bf246d64..2008a3ff 100755
--- a/configure
+++ b/configure
@@ -10530,8 +10530,12 @@ fi
fi
-case $SKIP_MPFR in
-no)
+case `uname -m` in
+*'Power Macintosh'*)
+ : ;;
+*)
+ case $SKIP_MPFR in
+ no)
# Check whether --with-mpfr was given.
if test "${with_mpfr+set}" = set; then :
@@ -10605,6 +10609,8 @@ $as_echo "#define HAVE_MPFR 1" >>confdefs.h
unset _found_mpfr
fi
+ ;;
+ esac
;;
esac