diff options
author | foobar <sniper@php.net> | 2003-05-19 15:33:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-05-19 15:33:19 +0000 |
commit | 73415c9e0114d8ab72cf30b0f9e6e2ce6e073986 (patch) | |
tree | 59370c3cc1686f5628cbb0fda768549c1c894f47 /ext/xmlrpc/config.m4 | |
parent | a432df541f5873c30f20bb4ddbb92f3f011585c7 (diff) | |
download | php-git-73415c9e0114d8ab72cf30b0f9e6e2ce6e073986.tar.gz |
- Unbundle libxml and expat. Now this compiles too..
Diffstat (limited to 'ext/xmlrpc/config.m4')
-rw-r--r-- | ext/xmlrpc/config.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index 712e240470..30e262d61a 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -11,10 +11,10 @@ PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support, [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support.]) PHP_ARG_WITH(expat-dir, libexpat dir for XMLRPC-EPI, -[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.],yes,no) +[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.],no,no) PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI, -[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI.],yes,no) +[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI.],no,no) if test "$PHP_XMLRPC" != "no"; then @@ -87,7 +87,5 @@ dnl for xmlrpc-epi because of this. PHP_ADD_INCLUDE($XMLRPC_DIR) PHP_ADD_LIBRARY_WITH_PATH(xmlrpc, $XMLRPC_DIR/lib, XMLRPC_SHARED_LIBADD) - fi - |