X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=39a2e0251ec7eb82332946b9d0ef178388e6e847;hb=0f4692d4340712874b66f37228ce73c93ec75aac;hp=fff5a6fab0723e6486cbb29d0c1d5c6e8232a15e;hpb=a27bf9ec2bc3220e53792fb9b204ed0d81d3c681;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index fff5a6fa..39a2e025 100644 --- a/configure.ac +++ b/configure.ac @@ -3,13 +3,13 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond -# 2004 - 2010 Matthias Andree +# 2004 - 2012 Matthias Andree # dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.3.20],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.22],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -799,6 +799,11 @@ else AC_MSG_NOTICE(Disabling SSL support.) fi +case "$LIBS" in *-lssl*) + AC_CHECK_DECLS([SSLv2_client_method],,,[#include ]) + ;; +esac + ### use option --with-socks=DIR to point at SOCKS library AC_ARG_WITH(socks, [ --with-socks[=DIR] add built-in SOCKS firewall access],