Skip to content

Commit 5cbc079

Browse files
committed
Remove unnecessary AC_SUBST calls
1 parent 06bc789 commit 5cbc079

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/autotools/libmongocrypt/CheckSSL.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ if test "$PHP_CLIENT_SIDE_ENCRYPTION" != "no"; then
2525
PHP_CLIENT_SIDE_ENCRYPTION="no"
2626

2727
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)
3228
else
3329
AC_MSG_ERROR(Need an SSL library to compile with libmongocrypt. Please specify it using the --with-mongodb-ssl option)
3430
fi

0 commit comments

Comments
 (0)