Browse Source

Fix XML build.

# sniper, did you ever test one of your patches?
experimental/pre_new_hash_func
Sascha Schumann 25 years ago
parent
commit
72b9547d26
  1. 2
      ext/xml/config.m4

2
ext/xml/config.m4

@ -33,7 +33,7 @@ if test "$PHP_EXPAT_DIR" = "no"; then
PHP_EXTENSION(xml, $ext_shared)
LIB_BUILD($ext_builddir/expat,$ext_shared,yes)
PHP_ADD_INCLUDE($ext_srcdir/expat)
PHP_FAST_OUTPUT($ext_builddir/expat/Makefile $ext_builddir/expat/xmlparse/Makefile $ext_builddir/expat/xmltok/Makefile)
PHP_FAST_OUTPUT($ext_builddir/expat/Makefile)
else

Loading…
Cancel
Save