Merge pull request #20052 from stangri/master-https-dns-proxy
[feed/packages.git] / net / wget / patches / 001-fix-nettle-ntml.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -630,6 +630,7 @@ then
4 AC_DEFINE([ENABLE_NTLM], 1, [Define if you want the NTLM authorization support compiled in.])
5 fi
6 else
7 + if test x"$ENABLE_NTLM" != xno; then
8 PKG_CHECK_MODULES([NETTLE], nettle, [
9 HAVE_NETTLE=yes
10 LIBS="$NETTLE_LIBS $LIBS"
11 @@ -651,6 +652,7 @@ else
12 ENABLE_NTLM=yes
13 AC_DEFINE([ENABLE_NTLM], 1, [Define if you want the NTLM authorization support compiled in.])
14 fi
15 + fi
16 fi
17
18 dnl **********************************************************************