]> Pileus Git - ~andy/fetchmail/commitdiff
Warn if SSL is disabled, suggest --with-ssl.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 17 Aug 2012 16:23:54 +0000 (18:23 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 17 Aug 2012 16:23:54 +0000 (18:23 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 626fabb240b6cf5b801802ebc4ef5444390e0477..8d719deab4e9dd9b501cdb9ab38f3e5c8b410146 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,9 @@ fetchmail-6.3.22 (not yet released):
 * The Python-related Makefile.am parts were simplified to avoid an automake
   1.11.X bug around noinst_PYTHON, Automake Bug #10995.
 
 * The Python-related Makefile.am parts were simplified to avoid an automake
   1.11.X bug around noinst_PYTHON, Automake Bug #10995.
 
+* Configuring fetchmail without SSL now triggers a configure warning,
+  and asks the user to consider running configure --with-ssl.
+
 # WORKAROUND
 * Some servers, notably Zimbra, return A1234 987 FETCH () in response to
   a header request, in the face of message corruption.  fetchmail now treats
 # WORKAROUND
 * Some servers, notably Zimbra, return A1234 987 FETCH () in response to
   a header request, in the face of message corruption.  fetchmail now treats
index 5bc25fb03817f57b16d172deae77388234cf1934..56a60b0e63f558953a96098c8126873572cf56bd 100644 (file)
@@ -796,7 +796,8 @@ then
   dnl XXX FIXME: use pkg-config if available!
   AC_DEFINE(SSL_ENABLE)
 else
   dnl XXX FIXME: use pkg-config if available!
   AC_DEFINE(SSL_ENABLE)
 else
-  AC_MSG_NOTICE(Disabling SSL support.)
+  AC_MSG_WARN(Disabling SSL support.)
+  AC_MSG_WARN(Consider re-running configure --with-ssl.)
 fi
 
 case "$LIBS" in *-lssl*)
 fi
 
 case "$LIBS" in *-lssl*)