bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] NTLM auth broken in 1.13.4


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] NTLM auth broken in 1.13.4
Date: Tue, 23 Jul 2013 15:47:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Tim Rühsen <address@hidden> writes:

> You changed my original patch in a way, that you won't need AM_CONDITIONAL 
> any 
> more. Try commenting it out - it should work.

Thanks, it seems to work here.  Are you ok with this commit?

I have also added a missing entry for the ChangeLog file.

Giuseppe



>From ffb94036f2116649a8de1a930820056aea9cb65f Mon Sep 17 00:00:00 2001
From: Tim Ruehsen <address@hidden>
Date: Tue, 23 Jul 2013 15:45:30 +0200
Subject: [PATCH] openssl: fix build.

---
 ChangeLog    | 9 +++++++++
 configure.ac | 1 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 62c36d4..07340b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-07-23  Tim Ruehsen  <address@hidden>
+
+       * configure.ac: Remove AM_CONDITIONAL HAVE_NETTLE.
+       Reported by: Darshit Shah  <address@hidden>.
+
+2013-07-13  Tim Ruehsen  <address@hidden>
+
+       * configure.ac: check for libnettle when GNU TLS is used.
+
 2013-05-17 Bykov Aleksey <address@hidden>
 
        * bootstrap: Add `mkostemp'
diff --git a/configure.ac b/configure.ac
index c26dae6..5173d42 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
-- 
1.8.3.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]