From: Brad House Date: Sun, 30 May 2004 14:33:45 +0000 (+0000) Subject: manually check for egrep X-Git-Tag: php-5.0.0RC3RC2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43db887482d63311df6642b189862bc4cf958912;p=php manually check for egrep --- diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index 6c19e2fe58..7f104f876d 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 determine egrep command for AC_EGREP_CPP below + AC_CHECK_PROG(EGREP, egrep, grep -E) + AC_SUBST(EGREP) if test "$PHP_OPENSSL_DIR" != "no"; then PHP_OPENSSL=$PHP_OPENSSL_DIR