diff options
author | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-10-03 05:24:33 +0000 |
commit | db50cd251ed827de60bdc156a08fd7c0f744e2fd (patch) | |
tree | ef357d24d9aef23de74020d903a8641b6f198a78 /sapi/pi3web | |
parent | 09b8fdc2bb19ffe8a0d15fae0ab93196fbc10ca6 (diff) | |
download | php-git-db50cd251ed827de60bdc156a08fd7c0f744e2fd.tar.gz |
Aligned configure help texts.
Diffstat (limited to 'sapi/pi3web')
-rw-r--r-- | sapi/pi3web/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/pi3web/config.m4 b/sapi/pi3web/config.m4 index 5b1ec78140..325aac2447 100644 --- a/sapi/pi3web/config.m4 +++ b/sapi/pi3web/config.m4 @@ -6,7 +6,7 @@ RESULT=no AC_MSG_CHECKING(for Pi3Web support) AC_ARG_WITH(pi3web, -[ --with-pi3web=DIR Build PHP as Pi3Web module], +[ --with-pi3web[=DIR] Build PHP as Pi3Web module], [ if test "$withval" != "no"; then if test "$withval" = "yes"; then |