c-client so that we can use php to make ssl imap connections.
fi
if test "$PHP_IMAP_SSL" != "no"; then
+ AC_DEFINE(HAVE_IMAP_SSL,1,[ ])
AC_ADD_LIBPATH($PHP_SSL_LIBDIR, IMAP_SHARED_LIBADD)
AC_ADD_LIBRARY(ssl,, IMAP_SHARED_LIBADD)
AC_ADD_LIBRARY(crypto,, IMAP_SHARED_LIBADD)
mail_link(&newsdriver); /* link in the news driver */
mail_link(&philedriver); /* link in the phile driver */
auth_link(&auth_log); /* link in the log authenticator */
+#ifdef HAVE_IMAP_SSL
+ ssl_onceonlyinit ();
+ auth_link (&auth_ssl); /* link in the ssl authenticator */
+#endif
#endif
mail_link(&dummydriver); /* link in the dummy driver */
#else