From: foobar Date: Tue, 26 Jun 2001 05:50:42 +0000 (+0000) Subject: This test won't work without these libs. Also, it might fail for other X-Git-Tag: PRE_TSRM_MERGE_PATCH~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=981345435663a0942a361ef1fb4e42121415f9f8;p=php This test won't work without these libs. Also, it might fail for other reasons too. --- diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 7cea41a9fa..b9f22969a4 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -53,7 +53,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [ PHP_ADD_LIBRARY_DEFER(ssl) old_LIBS=$LIBS - LIBS="$LIBS -lc-client" + LIBS="$LIBS -lc-client -lcrypto -lssl" if test $PHP_KERBEROS != "no"; then LIBS="$LIBS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" fi @@ -81,7 +81,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [ ],[ AC_DEFINE(HAVE_IMAP_SSL,1,[ ]) ], [ - 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.) ]) LIBS=$old_LIBS fi