From 7f44f8ee94b396cf8580326d682f3abaf4339a18 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 25 May 2004 17:08:42 +0000 Subject: [PATCH] PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD requires AC_PROG_EGREP when you phpize --- ext/mcve/config.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/mcve/config.m4 b/ext/mcve/config.m4 index 3593d973d8..88ae76ff86 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -1,5 +1,7 @@ dnl config.m4 for PHP MCVE Extension +AC_PROG_EGREP + PHP_ARG_WITH(mcve, for MCVE support, [ --with-mcve[=DIR] Include MCVE support. libmcve >= 3.2.2 or libmonetra >= 4.0 required]) @@ -10,7 +12,7 @@ if test "$PHP_MCVE" != "no"; then if test "$PHP_OPENSSL_DIR" != "no"; then PHP_OPENSSL=$PHP_OPENSSL_DIR - PHP_SETUP_OPENSSL(SNMP_SHARED_LIBADD, [], [ + PHP_SETUP_OPENSSL(MCVE_SHARED_LIBADD, [], [ AC_MSG_ERROR([MCVE: OpenSSL check failed. Please check config.log for more information.]) ]) else -- 2.40.0