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.
2 parents 8c25937 + 5518255 commit cb3d922Copy full SHA for cb3d922
scripts/autotools/libmongoc/CheckSSL.m4
@@ -26,6 +26,10 @@ PHP_ARG_WITH([openssl-dir],
26
[auto],
27
[no])
28
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
+
33
AS_IF([test "$PHP_MONGODB_SSL" = "openssl" -o "$PHP_MONGODB_SSL" = "auto"],[
34
found_openssl="no"
35
0 commit comments