File tree Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -365,12 +365,6 @@ if test "$PHP_MONGODB" != "no"; then
365365 AC_SUBST ( MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION , 0 )
366366 fi
367367
368- if test "$PHP_MONGODB_DEVELOPER_FLAGS" = "yes"; then
369- AC_SUBST ( MONGOC_ENABLE_DEBUG_ASSERTIONS , 1 )
370- else
371- AC_SUBST ( MONGOC_ENABLE_DEBUG_ASSERTIONS , 0 )
372- fi
373-
374368 dnl On MacOS, use gcut from the coreutils brew package instead of cut
375369 dnl Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -dz | tr '\000' ' '
376370 PHP_MONGODB_COMMON_SOURCES="common-b64.c common-md5.c common-thread.c"
@@ -418,7 +412,6 @@ if test "$PHP_MONGODB" != "no"; then
418412 ac_config_dir=PHP_EXT_SRCDIR(mongodb)
419413
420414 AC_CONFIG_FILES ( [
421- ${ac_config_dir}/src/libmongoc/src/common/common-config.h
422415 ${ac_config_dir}/src/libmongoc/src/libbson/src/bson/bson-config.h
423416 ${ac_config_dir}/src/libmongoc/src/libbson/src/bson/bson-version.h
424417 ${ac_config_dir}/src/libmongoc/src/libmongoc/src/mongoc/mongoc-config.h
Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ if (PHP_MONGODB != "no") {
184184 MONGOC_ENABLE_COMPRESSION_ZLIB : 0 ,
185185 MONGOC_ENABLE_COMPRESSION_ZSTD : 0 ,
186186 MONGOC_ENABLE_COMPRESSION : 0 ,
187- MONGOC_ENABLE_DEBUG_ASSERTIONS : 0 ,
188187 MONGOC_ENABLE_MONGODB_AWS_AUTH : 0 ,
189188 MONGOC_ENABLE_SASL : 0 ,
190189 MONGOC_ENABLE_SASL_CYRUS : 0 ,
@@ -363,12 +362,6 @@ if (PHP_MONGODB != "no") {
363362 mongoc_opts
364363 ) ;
365364
366- mongodb_generate_header (
367- configure_module_dirname + "/src/libmongoc/src/common/common-config.h.in" ,
368- configure_module_dirname + "/src/libmongoc/src/common/common-config.h" ,
369- mongoc_opts
370- ) ;
371-
372365 mongodb_generate_header (
373366 configure_module_dirname + "/src/libmongoc/src/libmongoc/src/mongoc/mongoc-version.h.in" ,
374367 configure_module_dirname + "/src/libmongoc/src/libmongoc/src/mongoc/mongoc-version.h" ,
Original file line number Diff line number Diff line change 1- 1.18.0-20200727+git60267532b6
1+ 1.17.2
You can’t perform that action at this time.
0 commit comments