summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-30 04:50:39 +0000
committerSterling Hughes <sterling@php.net>2000-09-30 04:50:39 +0000
commit85e2dc34d5d6c507f468251e4e182c80b4114109 (patch)
tree61415d763fc54b4bfe36d4d69fb2c9644879475d
parent1e6ae4496b253f659987c2628504956ce8b379e2 (diff)
downloadphp-git-85e2dc34d5d6c507f468251e4e182c80b4114109.tar.gz
leftovers.
-rw-r--r--ext/sablot/config.m414
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)
-])
-