summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-01-23 17:38:41 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-01-23 17:38:41 +0000
commit91e292b280e6be19a12266e474ec2ee583cf978b (patch)
tree4ba2849619c72f22953383aeb1efbcbdee831261 /m4
parent1999bbf7bc17a8b9eb61a65ed3287f96992f2a51 (diff)
downloadmpc-91e292b280e6be19a12266e474ec2ee583cf978b.tar.gz
configure.ac, mpc.m4: hopefully permanent fix for
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-January/001056.html look for EGREP and SED in all cases, even if not needed git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1119 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'm4')
-rw-r--r--m4/mpc.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index 4227c92..e15fd1d 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -143,8 +143,6 @@ AC_DEFUN([MPC_C_CHECK_WARNINGCFLAGS], [
# essentially copied from mpfr
#
AC_DEFUN([MPC_GMP_CC_CFLAGS], [
- AC_PROG_EGREP
- AC_PROG_SED
AC_MSG_CHECKING(for CC and CFLAGS in gmp.h)
# AC_PROG_CPP triggers the search for a C compiler; use hack instead
for cpp in /lib/cpp gcc cc c99