diff options
-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) -]) - |