Skip to content

Commit 61b28c5

Browse files
author
foobar
committed
If no backend is specified, bail out.
1 parent c493c29 commit 61b28c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/xslt/config.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ if test "$PHP_XSLT" != "no"; then
2626
XSLT_LIBNAME=sablot
2727
fi
2828

29+
if test -z "$XSLT_BACKEND_NAME"; then
30+
AC_MSG_ERROR(No backend specified for XSLT extension.)
31+
fi
32+
2933
condition="$XSLT_CHECK_DIR$XSLT_TEST_FILE"
3034

3135
if test -r $condition; then

0 commit comments

Comments
 (0)