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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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