summaryrefslogtreecommitdiff
path: root/net-misc/wget/files/wget-1.21-avoid_eautoreconf.patch
blob: 0e02851a257759c4df9f9dd4894ee718ff843a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -55925,7 +55925,7 @@
   WITH_XATTR_FALSE=
 fi
 
- if test "X$ENABLE_NTLM" == "Xyes"; then
+ if test "X$ENABLE_NTLM" = "Xyes"; then
   WITH_NTLM_TRUE=
   WITH_NTLM_FALSE='#'
 else