diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-23 10:42:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-23 10:42:19 +0200 |
commit | 9b1151d32d047649e2a6a1f601aa8163ebe3e8e9 (patch) | |
tree | 67d211d32be1d34773ccb784d2a0eaee57d5f0fe /configure | |
parent | f69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (diff) | |
parent | 1fccd6a693c301926cb5153e06d1017326968894 (diff) | |
download | egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.tar.gz egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.tar.bz2 egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |