File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ if test "$PHP_MONGODB" != "no"; then
352
352
353
353
PHP_MONGODB_BSON_VERSION_STRING="Bundled ($libbson_VERSION_FULL)"
354
354
PHP_MONGODB_MONGOC_VERSION_STRING="Bundled ($libmongoc_VERSION_FULL)"
355
- PHP_MONGODB_MONGOCRYPT_VERSION_STRING="Bundled ($MONGOCRYPT_BUILD_VERSION)"
356
355
357
356
AC_SUBST ( BSON_EXTRA_ALIGN , 0 )
358
357
AC_SUBST ( BSON_OS , 1 )
@@ -445,6 +444,8 @@ if test "$PHP_MONGODB" != "no"; then
445
444
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" = "yes"; then
446
445
PHP_MONGODB_LIBMONGOCRYPT_CFLAGS="$PHP_MONGODB_BUNDLED_CFLAGS $PHP_MONGODB_LIBMONGOCRYPT_CFLAGS -DKMS_MSG_STATIC -DMLIB_USER"
447
446
447
+ PHP_MONGODB_MONGOCRYPT_VERSION_STRING="Bundled ($MONGOCRYPT_BUILD_VERSION)"
448
+
448
449
dnl Since libmongocrypt adds kms-message, we can enable AWS auth in this case
449
450
AC_SUBST ( MONGOC_ENABLE_MONGODB_AWS_AUTH , 1 )
450
451
AC_SUBST ( MONGOCRYPT_ENABLE_TRACE , 1 )
You can’t perform that action at this time.
0 commit comments