From: Sterling Hughes Date: Sat, 30 Sep 2000 04:50:39 +0000 (+0000) Subject: leftovers. X-Git-Tag: php-4.0.3RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85e2dc34d5d6c507f468251e4e182c80b4114109;p=php leftovers. --- 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) -]) -