diff options
author | Sterling Hughes <sterling@php.net> | 2000-09-03 13:31:45 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-09-03 13:31:45 +0000 |
commit | ce71143fd09e0275abf80f43f9a76a62b2d4d3d5 (patch) | |
tree | ee7e61e2206fdb15586e59ac90085992f7249446 | |
parent | 89b77bfb4728bfd0298fe81e5751dad372336615 (diff) | |
download | php-git-ce71143fd09e0275abf80f43f9a76a62b2d4d3d5.tar.gz |
ucd -> sablot.
-rw-r--r-- | ext/sablot/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index e093555838..14681b4d1b 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -32,7 +32,7 @@ if test "$PHP_SABLOT" != "no"; then PHP_EXTENSION(sablot, $ext_shared) fi -AC_MSG_CHECKING(whether to enable UCD SNMP hack) +AC_MSG_CHECKING(whether to enable descriptive error messages) AC_ARG_ENABLE(sablot-errors-descriptive, [ --enable-sablot-errors-descriptive Enable Descriptive errors],[ if test "$enableval" = "yes" ; then |