diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:22:49 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:56:28 +0100 |
commit | d4b294cc693c05ae13c0f9b442ee03479d013f27 (patch) | |
tree | e2e113186c3e1a11ad4b17e6b4aca2aa968d3bf8 /configure.ac | |
parent | 7817cfc66bfa8df2f102acc87a8346ae2d68e224 (diff) | |
download | fetchmail-d4b294cc693c05ae13c0f9b442ee03479d013f27.tar.gz fetchmail-d4b294cc693c05ae13c0f9b442ee03479d013f27.tar.bz2 fetchmail-d4b294cc693c05ae13c0f9b442ee03479d013f27.zip |
configure.ac: don't call AC_LIB_LINKFLAGS --without-ssl
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |