forked from Lainports/freebsd-ports
Fix build when XSLT is disabled.
Spotted by: Damir Horvat <damir@voljatel.si>
This commit is contained in:
parent
2be8a1489e
commit
cfd2bfaaac
1 changed files with 10 additions and 0 deletions
10
textproc/php4-domxml/files/patch-config.m4
Normal file
10
textproc/php4-domxml/files/patch-config.m4
Normal 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>)
|
||||
Loading…
Add table
Reference in a new issue