diff options
Diffstat (limited to 'textproc/php4-domxml/files/patch-config.m4')
-rw-r--r-- | textproc/php4-domxml/files/patch-config.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/php4-domxml/files/patch-config.m4 b/textproc/php4-domxml/files/patch-config.m4 new file mode 100644 index 000000000000..c3f63a9a73e5 --- /dev/null +++ b/textproc/php4-domxml/files/patch-config.m4 @@ -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>) |