From: foobar Date: Sat, 30 Jun 2001 00:48:35 +0000 (+0000) Subject: If no backend is specified, bail out. X-Git-Tag: PRE_TSRM_MERGE_PATCH~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61b28c586a8340471ce9a04ba136f0416481b7de;p=php If no backend is specified, bail out. --- diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index a4d5984a35..f2dbf5a375 100644 --- a/ext/xslt/config.m4 +++ b/ext/xslt/config.m4 @@ -26,6 +26,10 @@ if test "$PHP_XSLT" != "no"; then XSLT_LIBNAME=sablot fi + if test -z "$XSLT_BACKEND_NAME"; then + AC_MSG_ERROR(No backend specified for XSLT extension.) + fi + condition="$XSLT_CHECK_DIR$XSLT_TEST_FILE" if test -r $condition; then