Skip to content

Commit 9b17045

Browse files
committed
* configure help indent fix
1 parent 94737d0 commit 9b17045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/rpc/xmlrpc/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support,
1111
[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support.])
1212

1313
PHP_ARG_WITH(expat-dir, libexpat dir for XMLRPC-EPI,
14-
[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.])
14+
[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.])
1515

1616
if test "$PHP_XMLRPC" != "no"; then
1717

ext/xmlrpc/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support,
1111
[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support.])
1212

1313
PHP_ARG_WITH(expat-dir, libexpat dir for XMLRPC-EPI,
14-
[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.])
14+
[ --with-expat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI.])
1515

1616
if test "$PHP_XMLRPC" != "no"; then
1717

0 commit comments

Comments
 (0)