Skip to content

Commit a063cc2

Browse files
author
Brad House
committed
PHP_SETUP_OPENSSL is NOT SNMP_SHARED_LIBADD, it's MCVE_SHARED_LIBADD
requires AC_PROG_EGREP when you phpize
1 parent 5e5de19 commit a063cc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/mcve/config.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
dnl config.m4 for PHP4 MCVE Extension
22

3+
AC_PROG_EGREP
4+
35
PHP_ARG_WITH(mcve, for MCVE support,
46
[ --with-mcve[=DIR] Include MCVE support. libmcve >= 3.2.2 or libmonetra >= 4.0 required])
57

@@ -10,7 +12,7 @@ if test "$PHP_MCVE" != "no"; then
1012

1113
if test "$PHP_OPENSSL_DIR" != "no"; then
1214
PHP_OPENSSL=$PHP_OPENSSL_DIR
13-
PHP_SETUP_OPENSSL(SNMP_SHARED_LIBADD, [], [
15+
PHP_SETUP_OPENSSL(MCVE_SHARED_LIBADD, [], [
1416
AC_MSG_ERROR([MCVE: OpenSSL check failed. Please check config.log for more information.])
1517
])
1618
else

0 commit comments

Comments
 (0)