diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:33:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:33:38 +0200 |
commit | f69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (patch) | |
tree | 792a313d313e4659cbdca79d24962e47f141bfb6 /extension/configure.ac | |
parent | 6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44 (diff) | |
parent | c6242c988141367a8acb7db7171ff08afc521eec (diff) | |
download | egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.gz egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.bz2 egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'extension/configure.ac')
-rw-r--r-- | extension/configure.ac | 10 |
1 files changed, 2 insertions, 8 deletions
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 |