aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:02:08 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:02:08 +0200
commitc6242c988141367a8acb7db7171ff08afc521eec (patch)
treebb603cd07f2e3f124d1e72acb5265606774feeb8 /configure
parenta7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (diff)
downloadegawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.gz
egawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.bz2
egawk-c6242c988141367a8acb7db7171ff08afc521eec.zip
Restore MPFR compilation on PowerPC Macintosh.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure b/configure
index 1aca363a..285fd3f0 100755
--- a/configure
+++ b/configure
@@ -10560,12 +10560,8 @@ fi
fi
-case `uname -m` in
-*'Power Macintosh'*)
- : ;;
-*)
- case $SKIP_MPFR in
- no)
+case $SKIP_MPFR in
+no)
# Check whether --with-mpfr was given.
if test "${with_mpfr+set}" = set; then :
@@ -10639,8 +10635,6 @@ $as_echo "#define HAVE_MPFR 1" >>confdefs.h
unset _found_mpfr
fi
- ;;
- esac
;;
esac