From 85e2dc34d5d6c507f468251e4e182c80b4114109 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sat, 30 Sep 2000 04:50:39 +0000 Subject: [PATCH] leftovers. --- ext/sablot/config.m4 | 14 -------------- 1 file changed, 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) -]) - -- 2.50.1