aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:33:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-21 07:33:38 +0200
commitf69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (patch)
tree792a313d313e4659cbdca79d24962e47f141bfb6 /configure.ac
parent6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44 (diff)
parentc6242c988141367a8acb7db7171ff08afc521eec (diff)
downloadegawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.gz
egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.tar.bz2
egawk-f69ed9061421a142ddcb8ee1a2b8203c3e76fc11.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 3 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index fd7b73ae..a1c68c7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl
dnl configure.ac --- autoconf input file for gawk
dnl
-dnl Copyright (C) 1995-2017 the Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2018 the Free Software Foundation, Inc.
dnl
dnl This file is part of GAWK, the GNU implementation of the
dnl AWK Programming Language.
@@ -386,14 +386,8 @@ dnl check for readline support
GAWK_CHECK_READLINE
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