We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba9c06 commit 06bc789Copy full SHA for 06bc789
config.m4
@@ -309,6 +309,8 @@ if test "$PHP_MONGODB" != "no"; then
309
_include([scripts/autotools/libmongoc/Versions.m4])
310
_include([scripts/autotools/libmongoc/WeakSymbols.m4])
311
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
314
_include([scripts/autotools/libmongocrypt/CheckSSL.m4])
315
_include([scripts/autotools/libmongocrypt/Version.m4])
316
0 commit comments