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 5e5de19 commit a063cc2Copy full SHA for a063cc2
ext/mcve/config.m4
@@ -1,5 +1,7 @@
1
dnl config.m4 for PHP4 MCVE Extension
2
3
+AC_PROG_EGREP
4
+
5
PHP_ARG_WITH(mcve, for MCVE support,
6
[ --with-mcve[=DIR] Include MCVE support. libmcve >= 3.2.2 or libmonetra >= 4.0 required])
7
@@ -10,7 +12,7 @@ if test "$PHP_MCVE" != "no"; then
10
12
11
13
if test "$PHP_OPENSSL_DIR" != "no"; then
14
PHP_OPENSSL=$PHP_OPENSSL_DIR
- PHP_SETUP_OPENSSL(SNMP_SHARED_LIBADD, [], [
15
+ PHP_SETUP_OPENSSL(MCVE_SHARED_LIBADD, [], [
16
AC_MSG_ERROR([MCVE: OpenSSL check failed. Please check config.log for more information.])
17
])
18
else
0 commit comments