Skip to content

Commit 367238e

Browse files
committed
PHPC-195: Fix typo and couple of missing incldues
1 parent 8c2c304 commit 367238e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.m4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ dnl }}}
353353
PHP_NEW_EXTENSION(phongo, $PHONGO_ROOT, $ext_shared,, [$STD_CFLAGS $MAINTAINER_CFLAGS $COVERAGE_CFLAGS])
354354
PHP_ADD_EXTENSION_DEP(phongo, spl)
355355

356+
m4_include(src/libbson/build/autotools/CheckAtomics.m4)
357+
m4_include(src/libbson/build/autotools/FindDependencies.m4)
356358
m4_include(src/libbson/build/autotools/m4/ac_compile_check_sizeof.m4)
357359
m4_include(src/libbson/build/autotools/m4/ac_create_stdint_h.m4)
358360
AC_CREATE_STDINT_H([$srcdir/src/libbson/src/bson/bson-stdint.h])
@@ -381,7 +383,7 @@ dnl }}}
381383
else
382384
BSON_HAVE_STDBOOL_H=0
383385
fi
384-
AC_SUBST(HAVE_STDBOOL_H)
386+
AC_SUBST(BSON_HAVE_STDBOOL_H)
385387

386388
BSON_OS=1
387389
AC_SUBST(BSON_OS)

0 commit comments

Comments
 (0)