From c6242c988141367a8acb7db7171ff08afc521eec Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 21 Feb 2018 07:02:08 +0200 Subject: Restore MPFR compilation on PowerPC Macintosh. --- extension/ChangeLog | 6 ++++++ extension/configure | 10 ++-------- extension/configure.ac | 10 ++-------- 3 files changed, 10 insertions(+), 16 deletions(-) (limited to 'extension') diff --git a/extension/ChangeLog b/extension/ChangeLog index f4db473d..c3d3829e 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,9 @@ +2018-02-21 Arnold D. Robbins + + * configure.ac: Remove checking for PPC Macintosh before + checking for MPFR. Installing a newer compiler on that + system allows things to work. + 2018-02-17 Michal Jaegermann . * filefuncs.3am, filefuncs.c, fnmatch.3am, revoutput.3am, diff --git a/extension/configure b/extension/configure index 3bdccfc0..4ea8d3f8 100755 --- a/extension/configure +++ b/extension/configure @@ -15074,12 +15074,8 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h 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 : @@ -15153,8 +15149,6 @@ $as_echo "#define HAVE_MPFR 1" >>confdefs.h unset _found_mpfr fi - ;; - esac ;; esac diff --git a/extension/configure.ac b/extension/configure.ac index 8d44e2b2..b8738b67 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -101,14 +101,8 @@ dnl AC_HEADER_MAJOR AC_HEADER_TIME dnl check for mpfr support -case `uname -m` in -*'Power Macintosh'*) - : ;; -*) - case $SKIP_MPFR in - no) GNUPG_CHECK_MPFR - ;; - esac +case $SKIP_MPFR in +no) GNUPG_CHECK_MPFR ;; esac -- cgit v1.2.3