File tree Expand file tree Collapse file tree 3 files changed +0
-513
lines changed
Expand file tree Collapse file tree 3 files changed +0
-513
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ if test "$PHP_MONGODB" != "no"; then
245245
246246 dnl Avoid using AC_CONFIG_MACRO_DIR, which might conflict with PHP
247247 _include([ scripts/autotools/m4/ac_compile_check_sizeof.m4] )
248- _include([ scripts/autotools/m4/ac_create_stdint_h.m4] )
249248 _include([ scripts/autotools/m4/as_var_copy.m4] )
250249 _include([ scripts/autotools/m4/ax_check_compile_flag.m4] )
251250 _include([ scripts/autotools/m4/ax_prototype.m4] )
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ if test "$ac_cv_header_stdbool_h" = "yes"; then
44 AC_SUBST ( BSON_HAVE_STDBOOL_H , 1 )
55fi
66
7- AC_CREATE_STDINT_H([ $srcdir/src/libbson/src/bson/bson-stdint.h] )
8-
97AC_CHECK_HEADER ( [ strings.h] ,
108 [ AC_SUBST ( BSON_HAVE_STRINGS_H , 1 ) ] ,
119 [ AC_SUBST ( BSON_HAVE_STRINGS_H , 0 ) ] )
You can’t perform that action at this time.
0 commit comments