aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/aclocal.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index e0f398ab7..0115f214c 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -321,6 +321,10 @@ if test x"$tls" != x; then
SSL_CFLAGS="-DHAVE_SSL"
break
fi
+ else
+ # Clear this from the autoconf cache, so in the next pass of
+ # this loop with different -L arguments, it will test again.
+ unset ac_cv_lib_ssl_SSL_new
fi
done
if test x${have_openssl} != xyes; then