summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/snmp/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4
index 6f24e5a2e7..8fdc0454f0 100644
--- a/ext/snmp/config.m4
+++ b/ext/snmp/config.m4
@@ -53,7 +53,7 @@ PHP_ARG_WITH(snmp,for SNMP support,
PHP_ADD_LIBRARY(ssl, 1, SNMP_SHARED_LIBADD)
PHP_ADD_LIBRARY(crypto,1, SNMP_SHARED_LIBADD)
else
- AC_MSG_ERROR(The UCD-SNMP in this system is build with SSL support.
+ AC_MSG_ERROR(The UCD-SNMP in this system is built with SSL support.
Add --with-openssl<=DIR> to your configure line.)
fi