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
245
245
246
246
dnl Avoid using AC_CONFIG_MACRO_DIR, which might conflict with PHP
247
247
_include([ scripts/autotools/m4/ac_compile_check_sizeof.m4] )
248
- _include([ scripts/autotools/m4/ac_create_stdint_h.m4] )
249
248
_include([ scripts/autotools/m4/as_var_copy.m4] )
250
249
_include([ scripts/autotools/m4/ax_check_compile_flag.m4] )
251
250
_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
4
4
AC_SUBST ( BSON_HAVE_STDBOOL_H , 1 )
5
5
fi
6
6
7
- AC_CREATE_STDINT_H([ $srcdir/src/libbson/src/bson/bson-stdint.h] )
8
-
9
7
AC_CHECK_HEADER ( [ strings.h] ,
10
8
[ AC_SUBST ( BSON_HAVE_STRINGS_H , 1 ) ] ,
11
9
[ AC_SUBST ( BSON_HAVE_STRINGS_H , 0 ) ] )
You can’t perform that action at this time.
0 commit comments