]> granicus.if.org Git - php/commitdiff
leftovers.
authorSterling Hughes <sterling@php.net>
Sat, 30 Sep 2000 04:50:39 +0000 (04:50 +0000)
committerSterling Hughes <sterling@php.net>
Sat, 30 Sep 2000 04:50:39 +0000 (04:50 +0000)
ext/sablot/config.m4

index 14681b4d1b97f7c975f0c92c47d2f7e9d8557fe7..2cd1c63234d483d5ca5f24a62d963d8b4ff44541 100644 (file)
@@ -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)
-])
-