We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40329bf commit 12e1c89Copy full SHA for 12e1c89
ext/mcve/config.m4
@@ -7,6 +7,9 @@ PHP_ARG_WITH(openssl-dir,OpenSSL dir for MCVE,
7
[ --with-openssl-dir[=DIR] MCVE: openssl install prefix.], no, no)
8
9
if test "$PHP_MCVE" != "no"; then
10
+ dnl properly set EGREP for AC_EGREP_CPP later on
11
+ AC_CHECK_PROG(EGREP, egrep, grep -E)
12
+ AC_SUBST(EGREP)
13
14
if test "$PHP_OPENSSL_DIR" != "no"; then
15
PHP_OPENSSL=$PHP_OPENSSL_DIR
0 commit comments