diff options
author | Sascha Schumann <sas@php.net> | 2001-06-03 17:11:05 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-06-03 17:11:05 +0000 |
commit | 72b9547d260839b4853b2fc4f4b9338bbecfe5ce (patch) | |
tree | 6a2a859f4e1d9389ca119143443e9e37dbf3fb30 /ext/xml | |
parent | c073b5ce04c964c4011bbeca500590363d9b9f84 (diff) | |
download | php-git-72b9547d260839b4853b2fc4f4b9338bbecfe5ce.tar.gz |
Fix XML build.
# sniper, did you ever test one of your patches?
Diffstat (limited to 'ext/xml')
-rw-r--r-- | ext/xml/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index e2f82155f5..e1eaeb0863 100644 --- a/ext/xml/config.m4 +++ b/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 |