From d4b294cc693c05ae13c0f9b442ee03479d013f27 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 30 Jan 2021 15:22:49 +0100 Subject: configure.ac: don't call AC_LIB_LINKFLAGS --without-ssl --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8a773e42..eec4cb57 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,8 @@ fetchmail-6.4.16 (not yet released): 5.0.8 to 6.2.4 duplicate suppression only by Message-ID; 6.2.5 to 6.4.X duplicate suppression by entire raw header. Manpage bug found by Julian Bane debugging "duplicate message" behaviour. +* ./configure no longer runs AC_LIB_LINKFLAGS (how to link) checks + when called --without-ssl # FEATURE * fetchmail --version [fetchmail -V] now queries and prints the SSL/TLS diff --git a/configure.ac b/configure.ac index 896fa5a7..4697fed6 100644 --- a/configure.ac +++ b/configure.ac @@ -803,7 +803,7 @@ else AC_MSG_WARN(Consider re-running configure --with-ssl.) fi -if test "$cross_compiling" != yes +if test "$cross_compiling" != yes -a "$with_ssl" != "no" then AC_LIB_LINKFLAGS([crypto]) AC_LIB_LINKFLAGS([ssl], [crypto]) -- cgit v1.2.3