File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ if test "$PHP_MONGODB" != "no"; then
266
266
267
267
if test "$PHP_LIBBSON" = "no" -a "$PHP_LIBMONGOC" = "no"; then
268
268
PHP_MONGODB_BUNDLED_CFLAGS="$STD_CFLAGS -DBSON_COMPILATION -DMONGOC_COMPILATION"
269
+ dnl TODO: MONGOCRYPT-219 makes the -std argument obsolete
269
270
PHP_MONGODB_LIBMONGOCRYPT_CFLAGS="$PHP_MONGODB_BUNDLED_CFLAGS -std=gnu99"
270
271
271
272
dnl M4 doesn't know if we're building statically or as a shared module, so
@@ -385,8 +386,6 @@ if test "$PHP_MONGODB" != "no"; then
385
386
fi
386
387
387
388
if test "$PHP_CLIENT_SIDE_ENCRYPTION" = "yes"; then
388
- dnl TODO: MONGOCRYPT-219 makes the -std argument obsolete
389
-
390
389
AC_SUBST ( MONGOCRYPT_ENABLE_TRACE , 1 )
391
390
AC_SUBST ( MONGOCRYPT_IS_POSIX , 1 )
392
391
AC_SUBST ( MONGOCRYPT_IS_WIN , 0 )
You can’t perform that action at this time.
0 commit comments