Skip to content

Commit cb3d922

Browse files
Merge v1.x into v2.x (#1679)
2 parents 8c25937 + 5518255 commit cb3d922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/autotools/libmongoc/CheckSSL.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ PHP_ARG_WITH([openssl-dir],
2626
[auto],
2727
[no])
2828

29+
if test "$PHP_OPENSSL_DIR" != "auto"; then
30+
AC_MSG_WARN([Using --with-openssl-dir is deprecated and will be removed in a future version.])
31+
fi
32+
2933
AS_IF([test "$PHP_MONGODB_SSL" = "openssl" -o "$PHP_MONGODB_SSL" = "auto"],[
3034
found_openssl="no"
3135

0 commit comments

Comments
 (0)