]> granicus.if.org Git - php/commitdiff
If no backend is specified, bail out.
authorfoobar <sniper@php.net>
Sat, 30 Jun 2001 00:48:35 +0000 (00:48 +0000)
committerfoobar <sniper@php.net>
Sat, 30 Jun 2001 00:48:35 +0000 (00:48 +0000)
ext/xslt/config.m4

index a4d5984a359a541048b3dd8e994eebec75ee4d31..f2dbf5a375f396d11153c42217688e9206727199 100644 (file)
@@ -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