Skip to content

Commit 06bc789

Browse files
committed
Add comment explaining that the include file changes the value of PHP_CLIENT_SIDE_ENCRYPTION
1 parent aba9c06 commit 06bc789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ if test "$PHP_MONGODB" != "no"; then
309309
_include([scripts/autotools/libmongoc/Versions.m4])
310310
_include([scripts/autotools/libmongoc/WeakSymbols.m4])
311311

312+
dnl This include modifies the value of $PHP_CLIENT_SIDE_ENCRYPTION to "yes"
313+
dnl or "no" depending on whether dependencies for libmongocrypt are fulfilled
312314
_include([scripts/autotools/libmongocrypt/CheckSSL.m4])
313315
_include([scripts/autotools/libmongocrypt/Version.m4])
314316

0 commit comments

Comments
 (0)