summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-12-07 09:08:02 +0000
committerStig Bakken <ssb@php.net>2001-12-07 09:08:02 +0000
commit9b17045bdd7324dc76858ef1ae79d5aa024bbc24 (patch)
treec4444383e2833f621a328d6da8ec1a9df198c9d9 /ext/xmlrpc
parent94737d086f8ef4d9c2a1ceea102fa4ae84c1d900 (diff)
downloadphp-git-9b17045bdd7324dc76858ef1ae79d5aa024bbc24.tar.gz
* configure help indent fix
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r--ext/xmlrpc/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4
index 9b097297a3..b38952b27d 100644
--- a/ext/xmlrpc/config.m4
+++ b/ext/xmlrpc/config.m4
@@ -11,7 +11,7 @@ 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.])
+[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.])
if test "$PHP_XMLRPC" != "no"; then