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 06bc789 commit 5cbc079Copy full SHA for 5cbc079
scripts/autotools/libmongocrypt/CheckSSL.m4
@@ -25,10 +25,6 @@ if test "$PHP_CLIENT_SIDE_ENCRYPTION" != "no"; then
25
PHP_CLIENT_SIDE_ENCRYPTION="no"
26
27
AC_MSG_RESULT(No SSL library found. Compiling without libmongocrypt. Please specify a library using the --with-mongodb-ssl option)
28
- AC_SUBST(MONGOC_ENABLE_CLIENT_SIDE_ENCRYPTION, 0)
29
- AC_SUBST(MONGOCRYPT_ENABLE_CRYPTO, 0)
30
- AC_SUBST(MONGOCRYPT_ENABLE_CRYPTO_LIBCRYPTO, 0)
31
- AC_SUBST(MONGOCRYPT_ENABLE_CRYPTO_COMMON_CRYPTO, 0)
32
else
33
AC_MSG_ERROR(Need an SSL library to compile with libmongocrypt. Please specify it using the --with-mongodb-ssl option)
34
fi
0 commit comments