summaryrefslogtreecommitdiff
path: root/ext/mcve/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcve/config.m4')
-rw-r--r--ext/mcve/config.m44
1 files changed, 3 insertions, 1 deletions
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