aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:33:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:33:38 +0200
commitf69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (patch)
tree792a313d313e4659cbdca79d24962e47f141bfb6 /configure
parent6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44 (diff)
parentc6242c988141367a8acb7db7171ff08afc521eec (diff)
downloadegawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.gz
egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.bz2
egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure b/configure
index 2008a3ff..bf246d64 100755
--- a/configure
+++ b/configure
@@ -10530,12 +10530,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 :
@@ -10609,8 +10605,6 @@ $as_echo "#define HAVE_MPFR 1" >>confdefs.h
unset _found_mpfr
fi
- ;;
- esac
;;
esac