]> granicus.if.org Git - php/commitdiff
PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD
authorBrad House <bradmssw@php.net>
Tue, 25 May 2004 17:08:42 +0000 (17:08 +0000)
committerBrad House <bradmssw@php.net>
Tue, 25 May 2004 17:08:42 +0000 (17:08 +0000)
requires AC_PROG_EGREP when you phpize

ext/mcve/config.m4

index 3593d973d8e5a2f768fd2be328e0343c9d9ad986..88ae76ff863083d7e107155c95d27a94574d1939 100644 (file)
@@ -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