File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed
scripts/autotools/libbson Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,6 @@ if test "$PHP_MONGODB" != "no"; then
338
338
m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/CheckHost.m4 )
339
339
m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/PlatformFlags.m4 )
340
340
341
- m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/libbson/CheckAtomics.m4 )
342
341
m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/libbson/CheckHeaders.m4 )
343
342
m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/libbson/Endian.m4 )
344
343
m4_include ( PHP_MONGODB_BASEDIR/scripts/autotools/libbson/FindDependencies.m4 )
Original file line number Diff line number Diff line change @@ -130,8 +130,6 @@ if (PHP_MONGODB != "no") {
130
130
BSON_OS : 2 ,
131
131
BSON_HAVE_STDBOOL_H : 0 ,
132
132
BSON_HAVE_STRINGS_H : 0 ,
133
- BSON_HAVE_ATOMIC_32_ADD_AND_FETCH : 0 ,
134
- BSON_HAVE_ATOMIC_64_ADD_AND_FETCH : 0 ,
135
133
BSON_PTHREAD_ONCE_INIT_NEEDS_BRACES : 0 ,
136
134
BSON_HAVE_CLOCK_GETTIME : 0 ,
137
135
BSON_HAVE_STRNLEN : 0 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments