From: Wouter Wijngaards Date: Tue, 14 Jun 2016 10:08:43 +0000 (+0000) Subject: fixup X-Git-Tag: release-1.5.10~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d0253d644e6c183b37ad98445280cdb8fe145d;p=thirdparty%2Funbound.git fixup git-svn-id: file:///svn/unbound/trunk@3788 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index 689961c5b..fd37d4a1e 100755 --- a/configure +++ b/configure @@ -17433,7 +17433,7 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } LIBS="$BAKLIBS" - SSLLIB="$SSLLIB -lcrypt32" + LIBS="$LIBS -lcrypt32" fi rm -f core conftest.err conftest.$ac_objext \ diff --git a/configure.ac b/configure.ac index e1820e174..e9e572ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -658,7 +658,7 @@ AC_TRY_LINK_FUNC([OPENSSL_config], [ ], [ AC_MSG_RESULT([yes]) LIBS="$BAKLIBS" - SSLLIB="$SSLLIB -lcrypt32" + LIBS="$LIBS -lcrypt32" ]) AC_MSG_CHECKING([for LibreSSL])