Skip to content

Commit aba9c06

Browse files
committed
Put comment about std argument in its place
1 parent e8da2fe commit aba9c06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ if test "$PHP_MONGODB" != "no"; then
266266

267267
if test "$PHP_LIBBSON" = "no" -a "$PHP_LIBMONGOC" = "no"; then
268268
PHP_MONGODB_BUNDLED_CFLAGS="$STD_CFLAGS -DBSON_COMPILATION -DMONGOC_COMPILATION"
269+
dnl TODO: MONGOCRYPT-219 makes the -std argument obsolete
269270
PHP_MONGODB_LIBMONGOCRYPT_CFLAGS="$PHP_MONGODB_BUNDLED_CFLAGS -std=gnu99"
270271

271272
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
385386
fi
386387

387388
if test "$PHP_CLIENT_SIDE_ENCRYPTION" = "yes"; then
388-
dnl TODO: MONGOCRYPT-219 makes the -std argument obsolete
389-
390389
AC_SUBST(MONGOCRYPT_ENABLE_TRACE, 1)
391390
AC_SUBST(MONGOCRYPT_IS_POSIX, 1)
392391
AC_SUBST(MONGOCRYPT_IS_WIN, 0)

0 commit comments

Comments
 (0)