Skip to content

Commit 4574ee2

Browse files
committed
MONGOC_ENABLE_CRYPTO_SYSTEM_PROFILE is already set in CheckSSL.m4
1 parent 1c13b7f commit 4574ee2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config.m4

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,6 @@ if test "$PHP_MONGODB" != "no"; then
318318
m4_include(scripts/build/autotools/CheckHost.m4)
319319
m4_include(scripts/build/autotools/CheckSSL.m4)
320320

321-
if test "$PHP_SYSTEM_CIPHERS" != "no"; then
322-
AC_SUBST(MONGOC_ENABLE_CRYPTO_SYSTEM_PROFILE, 1)
323-
else
324-
AC_SUBST(MONGOC_ENABLE_CRYPTO_SYSTEM_PROFILE, 0)
325-
fi
326-
327321
AC_SUBST(MONGOC_NO_AUTOMATIC_GLOBALS, 1)
328322

329323
AC_CHECK_TYPE([socklen_t], [AC_SUBST(MONGOC_HAVE_SOCKLEN, 1)], [AC_SUBST(MONGOC_HAVE_SOCKLEN, 0)], [#include <sys/socket.h>])

0 commit comments

Comments
 (0)