From: Brad House Date: Sun, 30 May 2004 14:33:16 +0000 (+0000) Subject: Manually check for egrep X-Git-Tag: php-4.3.7~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12e1c89041fadd3341087b053b008ad9cadf3ddd;p=php Manually check for egrep --- diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index 5119bf637b..f33e20bd6e 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -7,6 +7,9 @@ PHP_ARG_WITH(openssl-dir,OpenSSL dir for MCVE, [ --with-openssl-dir[=DIR] MCVE: openssl install prefix.], no, no) if test "$PHP_MCVE" != "no"; then + dnl properly set EGREP for AC_EGREP_CPP later on + AC_CHECK_PROG(EGREP, egrep, grep -E) + AC_SUBST(EGREP) if test "$PHP_OPENSSL_DIR" != "no"; then PHP_OPENSSL=$PHP_OPENSSL_DIR