aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b2318332..4bd98824 100644
--- a/configure.in
+++ b/configure.in
@@ -222,6 +222,7 @@ if test $ac_cv_enable_ssl = yes; then
else
dnl If pkg-config fails, run compile/link test.
AC_MSG_CHECKING([if openssl is available])
+ ac_save_LIBS="$LIBS"
if test "$native_win32" = yes; then
LIBS="$LIBS -lssl32 -leay32"
else