mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-26 01:42:10 +01:00
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@abc882dec9 (CDRIVER-2473).
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
AC_HEADER_STDBOOL
|
|
AC_SUBST(BSON_HAVE_STDBOOL_H, 0)
|
|
if test "$ac_cv_header_stdbool_h" = "yes"; then
|
|
AC_SUBST(BSON_HAVE_STDBOOL_H, 1)
|
|
fi
|
|
|
|
AC_CHECK_HEADER([strings.h],
|
|
[AC_SUBST(BSON_HAVE_STRINGS_H, 1)],
|
|
[AC_SUBST(BSON_HAVE_STRINGS_H, 0)])
|