From a063cc29561ba9d0d65b7fd8565c4b56272f7ae6 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 25 May 2004 17:05:57 +0000 Subject: 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 d6a5241573..012c241bc0 100644 --- a/ext/mcve/config.m4 +++ b/ext/mcve/config.m4 @@ -1,5 +1,7 @@ dnl config.m4 for PHP4 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 -- cgit v1.2.1