mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
openssl: fix build.
This commit is contained in:
parent
92035dbabd
commit
ffb94036f2
@ -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>
|
2013-05-17 Bykov Aleksey <gnfalex@rambler.ru>
|
||||||
|
|
||||||
* bootstrap: Add `mkostemp'
|
* bootstrap: Add `mkostemp'
|
||||||
|
@ -340,7 +340,6 @@ then
|
|||||||
fi
|
fi
|
||||||
else
|
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)])
|
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
|
if test x"$HAVE_NETTLE" = xyes
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user