From: Tim Ruehsen Date: Tue, 23 Jul 2013 13:45:30 +0000 (+0200) Subject: openssl: fix build. X-Git-Tag: v1.15~31 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=ffb94036f2116649a8de1a930820056aea9cb65f openssl: fix build. --- diff --git a/ChangeLog b/ChangeLog index 62c36d42..07340b51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-07-23 Tim Ruehsen + + * configure.ac: Remove AM_CONDITIONAL HAVE_NETTLE. + Reported by: Darshit Shah . + +2013-07-13 Tim Ruehsen + + * configure.ac: check for libnettle when GNU TLS is used. + 2013-05-17 Bykov Aleksey * bootstrap: Add `mkostemp' diff --git a/configure.ac b/configure.ac index c26dae63..5173d420 100644 --- a/configure.ac +++ b/configure.ac @@ -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