Fix build when XSLT is disabled.

Spotted by:	Damir Horvat <damir@voljatel.si>
This commit is contained in:
Alex Dupre 2004-08-26 07:52:42 +00:00
parent 2be8a1489e
commit cfd2bfaaac

View file

@ -0,0 +1,10 @@
--- config.m4.orig Thu Aug 26 09:44:58 2004
+++ config.m4 Thu Aug 26 09:47:37 2004
@@ -66,6 +66,7 @@
fi
PHP_ADD_INCLUDE($DOMXML_DIR/include$DOMXML_DIR_ADD)
+ PHP_ADD_INCLUDE($DOMXML_DIR/include)
if test "$PHP_ZLIB_DIR" = "no"; then
AC_MSG_ERROR(DOMXML requires ZLIB. Use --with-zlib-dir=<DIR>)