Skip to content

Commit 73489c5

Browse files
committed
PHPC-1174: Remove traces of bson-stdint.h
The output path for this file was left incorrect in the previous PR for PHPC-1174, but the file isn't actually even used anymore per mongodb/mongo-c-driver@abc882d (CDRIVER-2473).
1 parent 2ffcfc9 commit 73489c5

File tree

3 files changed

+0
-513
lines changed

3 files changed

+0
-513
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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])

scripts/autotools/libbson/CheckHeaders.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ if test "$ac_cv_header_stdbool_h" = "yes"; then
44
AC_SUBST(BSON_HAVE_STDBOOL_H, 1)
55
fi
66

7-
AC_CREATE_STDINT_H([$srcdir/src/libbson/src/bson/bson-stdint.h])
8-
97
AC_CHECK_HEADER([strings.h],
108
[AC_SUBST(BSON_HAVE_STRINGS_H, 1)],
119
[AC_SUBST(BSON_HAVE_STRINGS_H, 0)])

0 commit comments

Comments
 (0)