]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Jun 2016 10:08:43 +0000 (10:08 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 14 Jun 2016 10:08:43 +0000 (10:08 +0000)
git-svn-id: file:///svn/unbound/trunk@3788 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index 689961c5b58152ddcc554bb1ce4e7a6d3e6166d0..fd37d4a1e663f096761ac374932d1f28fb3d82ef 100755 (executable)
--- 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 \
index e1820e1742b4932463e89d09484c94843e38ec0c..e9e572ae92cd746556dc700d7beef8053dbc6058 100644 (file)
@@ -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])