diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:02:08 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:02:08 +0200 |
commit | c6242c988141367a8acb7db7171ff08afc521eec (patch) | |
tree | bb603cd07f2e3f124d1e72acb5265606774feeb8 /configure | |
parent | a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (diff) | |
download | egawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.gz egawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.bz2 egawk-c6242c988141367a8acb7db7171ff08afc521eec.zip |
Restore MPFR compilation on PowerPC Macintosh.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |