summaryrefslogtreecommitdiff
path: root/net/wget2/patches/patch-configure
blob: 0ff4e99f335c99e9b3ba98135687e7ecf6546978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2021/10/03 13:41:11 ryoon Exp $

* Improve POSIX shell compatibility.

--- configure.orig	2021-09-12 11:37:49.000000000 +0000
+++ configure
@@ -60016,7 +60016,7 @@ else $as_nop
   if test "$with_ssl" != "none"
 then :
 
-    if test "$with_ssl" == "yes"
+    if test "$with_ssl" = "yes"
 then :
   as_fn_error $? "*** No SSL/TLS library not found." "$LINENO" 5
 else $as_nop