diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2002-01-16 22:32:40 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2002-01-16 22:32:40 +0000 |
| commit | 8f1eb93e0a7884b3d67b87804421a7316558b5de (patch) | |
| tree | 3d579cf63b966c7b519bc9bf869089030c084b2e | |
| parent | 4ce7a798708a070bd755740ec541cb0094e15b39 (diff) | |
| download | php-git-8f1eb93e0a7884b3d67b87804421a7316558b5de.tar.gz | |
Fix typo
| -rw-r--r-- | ext/snmp/config.m4 | 2 |
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 |
