diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 10:43:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 10:43:16 +0200 |
commit | 4a4c35ecc8cedd1189220d0d1044cd2b35c108a2 (patch) | |
tree | abf76297b6d25cc57c65dcd365a34441972d7ea2 /configure | |
parent | da3ac2919cb102b1af573bfa413ffbf85af722d9 (diff) | |
parent | f69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (diff) | |
download | egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.tar.gz egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.tar.bz2 egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |