X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=39a2e0251ec7eb82332946b9d0ef178388e6e847;hb=e75c62b234a699557c023970466a8accd0b5a7b2;hp=b66ad80972605dbfd3d0311ddb7a979dff3a80b4;hpb=ec00a816a961faef098a84580841475b042bcd34;p=~andy%2Ffetchmail diff --git a/configure.ac b/configure.ac index b66ad809..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.21],[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],