diff options
-rw-r--r-- | ext/xslt/config.m4 | 4 |
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 |