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
93
93
PHP_ARG_ENABLE([ developer-flags] ,
94
94
[ whether to enable developer build flags] ,
95
95
[ AC_HELP_STRING ([ --enable-developer-flags] ,
96
- [ MongoDB: Enable developer flags] )] ,
97
- [ ] ,
96
+ [ MongoDB: Enable developer flags [ default=no ] ] )] ,
97
+ [ no ] ,
98
98
[ no] )
99
99
100
100
if test "$PHP_DEVELOPER_FLAGS" = "yes"; then
@@ -149,8 +149,8 @@ if test "$PHP_MONGODB" != "no"; then
149
149
PHP_ARG_ENABLE([ coverage] ,
150
150
[ whether to enable code coverage] ,
151
151
[ AC_HELP_STRING ([ --enable-coverage] ,
152
- [ MongoDB: Enable developer code coverage information] )] ,
153
- [ ] ,
152
+ [ MongoDB: Enable developer code coverage information [ default=no ] ] )] ,
153
+ [ no ] ,
154
154
[ no] )
155
155
156
156
if test "$PHP_COVERAGE" = "yes"; then
You can’t perform that action at this time.
0 commit comments