Skip to content

Commit 6f9bd6e

Browse files
committed
Document "no" defaults for PHP_ARG_ENABLE flags in config.m4
1 parent 0002e2d commit 6f9bd6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ if test "$PHP_MONGODB" != "no"; then
9393
PHP_ARG_ENABLE([developer-flags],
9494
[whether to enable developer build flags],
9595
[AC_HELP_STRING([--enable-developer-flags],
96-
[MongoDB: Enable developer flags])],
97-
[],
96+
[MongoDB: Enable developer flags [default=no]])],
97+
[no],
9898
[no])
9999

100100
if test "$PHP_DEVELOPER_FLAGS" = "yes"; then
@@ -149,8 +149,8 @@ if test "$PHP_MONGODB" != "no"; then
149149
PHP_ARG_ENABLE([coverage],
150150
[whether to enable code coverage],
151151
[AC_HELP_STRING([--enable-coverage],
152-
[MongoDB: Enable developer code coverage information])],
153-
[],
152+
[MongoDB: Enable developer code coverage information [default=no]])],
153+
[no],
154154
[no])
155155

156156
if test "$PHP_COVERAGE" = "yes"; then

0 commit comments

Comments
 (0)