diff options
author | Sterling Hughes <sterling@php.net> | 2000-09-30 04:50:39 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-09-30 04:50:39 +0000 |
commit | 85e2dc34d5d6c507f468251e4e182c80b4114109 (patch) | |
tree | 61415d763fc54b4bfe36d4d69fb2c9644879475d | |
parent | 1e6ae4496b253f659987c2628504956ce8b379e2 (diff) | |
download | php-git-85e2dc34d5d6c507f468251e4e182c80b4114109.tar.gz |
leftovers.
-rw-r--r-- | ext/sablot/config.m4 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index 14681b4d1b..2cd1c63234 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -31,17 +31,3 @@ if test "$PHP_SABLOT" != "no"; then PHP_EXTENSION(sablot, $ext_shared) fi - -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 - AC_DEFINE(SABLOT_ERRORS, 1, [ ]) - AC_MSG_RESULT(yes) - else - AC_MSG_RESULT(no) - fi -],[ - AC_MSG_RESULT(no) -]) - |