Skip to content

Commit 6033282

Browse files
committed
Harden check for compiling with libmongocrypt
1 parent 5cbc079 commit 6033282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autotools/libmongocrypt/Version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if test "$PHP_CLIENT_SIDE_ENCRYPTION" != "no"; then
1+
if test "$PHP_CLIENT_SIDE_ENCRYPTION" = "yes"; then
22
MONGOCRYPT_CURRENT_FILE=[]PHP_EXT_SRCDIR(mongodb)[/src/LIBMONGOCRYPT_VERSION_CURRENT]
33
MONGOCRYPT_BUILD_VERSION=$(cat $MONGOCRYPT_CURRENT_FILE)
44

0 commit comments

Comments
 (0)