diff options
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 |