File tree 4 files changed +2
-16
lines changed
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
365
365
AC_SUBST ( MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION , 0 )
366
366
fi
367
367
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
-
374
368
dnl On MacOS, use gcut from the coreutils brew package instead of cut
375
369
dnl Generated with: find src/libmongoc/src/common -name '*.c' -print0 | cut -sz -d / -f 5- | sort -dz | tr '\000' ' '
376
370
PHP_MONGODB_COMMON_SOURCES="common-b64.c common-md5.c common-thread.c"
@@ -418,7 +412,6 @@ if test "$PHP_MONGODB" != "no"; then
418
412
ac_config_dir=PHP_EXT_SRCDIR(mongodb)
419
413
420
414
AC_CONFIG_FILES ( [
421
- ${ac_config_dir}/src/libmongoc/src/common/common-config.h
422
415
${ac_config_dir}/src/libmongoc/src/libbson/src/bson/bson-config.h
423
416
${ac_config_dir}/src/libmongoc/src/libbson/src/bson/bson-version.h
424
417
${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") {
184
184
MONGOC_ENABLE_COMPRESSION_ZLIB : 0 ,
185
185
MONGOC_ENABLE_COMPRESSION_ZSTD : 0 ,
186
186
MONGOC_ENABLE_COMPRESSION : 0 ,
187
- MONGOC_ENABLE_DEBUG_ASSERTIONS : 0 ,
188
187
MONGOC_ENABLE_MONGODB_AWS_AUTH : 0 ,
189
188
MONGOC_ENABLE_SASL : 0 ,
190
189
MONGOC_ENABLE_SASL_CYRUS : 0 ,
@@ -363,12 +362,6 @@ if (PHP_MONGODB != "no") {
363
362
mongoc_opts
364
363
) ;
365
364
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
-
372
365
mongodb_generate_header (
373
366
configure_module_dirname + "/src/libmongoc/src/libmongoc/src/mongoc/mongoc-version.h.in" ,
374
367
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