summaryrefslogtreecommitdiff
path: root/ext/xml
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-07-23 15:20:48 +0000
committerStig Bakken <ssb@php.net>1999-07-23 15:20:48 +0000
commit6d0fa9bdae30137557b3893d50b6bab549916b01 (patch)
tree196ad482564f1b3c2a425cd78525782d1069a390 /ext/xml
parent00238ad1ba0e51b868edf5eb685ae55ceb027028 (diff)
downloadphp-git-6d0fa9bdae30137557b3893d50b6bab549916b01.tar.gz
updated the docstring for --with-xml
Diffstat (limited to 'ext/xml')
-rw-r--r--ext/xml/config.m45
1 files changed, 4 insertions, 1 deletions
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