]> sjero.net Git - wget/commitdiff
openssl: fix build.
authorTim Ruehsen <tim.ruehsen@gmx.de>
Tue, 23 Jul 2013 13:45:30 +0000 (15:45 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Tue, 23 Jul 2013 13:45:30 +0000 (15:45 +0200)
ChangeLog
configure.ac

index 62c36d426e0fd5121353131ecf379589de4063a0..07340b5172f0a4b6a6db637fabe562ae10ac0e8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-07-23  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * configure.ac: Remove AM_CONDITIONAL HAVE_NETTLE.
+       Reported by: Darshit Shah  <darnir@gmail.com>.
+
+2013-07-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * configure.ac: check for libnettle when GNU TLS is used.
+
 2013-05-17 Bykov Aleksey <gnfalex@rambler.ru>
 
        * bootstrap: Add `mkostemp'
index c26dae630a5737fed769ec803c00d1f78732f529..5173d42095b6af9cda1b729081dd9f3d56f43ec4 100644 (file)
@@ -340,7 +340,6 @@ then
   fi
 else
   AC_CHECK_LIB(nettle, nettle_md4_init, [HAVE_NETTLE=yes], [HAVE_NETTLE=no; AC_MSG_WARN(*** libnettle was not found. You will not be able to use NTLM)])
-  AM_CONDITIONAL([HAVE_NETTLE], [test "x$HAVE_NETTLE" = "xyes"])
 
   if test x"$HAVE_NETTLE" = xyes
   then