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 8f1f79f commit 9813454Copy full SHA for 9813454
ext/imap/config.m4
@@ -53,7 +53,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [
53
PHP_ADD_LIBRARY_DEFER(ssl)
54
55
old_LIBS=$LIBS
56
- LIBS="$LIBS -lc-client"
+ LIBS="$LIBS -lc-client -lcrypto -lssl"
57
if test $PHP_KERBEROS != "no"; then
58
LIBS="$LIBS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
59
fi
@@ -81,7 +81,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [
81
],[
82
AC_DEFINE(HAVE_IMAP_SSL,1,[ ])
83
], [
84
- AC_MSG_ERROR(This c-client library does not support SSL. Recompile or remove --with-imap-ssl from configure line.)
+ AC_MSG_ERROR(Problem with c-client library. Please check config.log for more information.)
85
])
86
LIBS=$old_LIBS
87
0 commit comments