File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments