summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-30 00:48:35 +0000
committerfoobar <sniper@php.net>2001-06-30 00:48:35 +0000
commit61b28c586a8340471ce9a04ba136f0416481b7de (patch)
treead00f99fb40cd07dacda1e239963b50452a4ce5f
parentc493c298d4c0045340061e9cb5fe4f149de54b2e (diff)
downloadphp-git-61b28c586a8340471ce9a04ba136f0416481b7de.tar.gz
If no backend is specified, bail out.
-rw-r--r--ext/xslt/config.m44
1 files changed, 4 insertions, 0 deletions
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