From: Stig Bakken Date: Fri, 23 Jul 1999 15:20:48 +0000 (+0000) Subject: updated the docstring for --with-xml X-Git-Tag: php-4.0b2~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d0fa9bdae30137557b3893d50b6bab549916b01;p=php updated the docstring for --with-xml --- diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index 787ee3465d..86853a326f 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -3,7 +3,10 @@ AC_MSG_CHECKING(for XML support) AC_ARG_WITH(xml, -[ --with-xml Include XML support],[ +[ --with-xml[=DIR] Include XML support. Will look for expat + in DIR if specified. Set DIR to "shared" to + build as a dl, or "shared,DIR" to build as a dl + and still specify DIR.],[ case $withval in shared) shared=yes