blob: 1a6e86351bee899ad208d59dea6a928493c3a94b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.2 2008/10/12 11:23:13 markd Exp $
--- configure.orig 2008-10-06 08:44:11.000000000 +1300
+++ configure
@@ -33086,7 +33086,7 @@ else
fi
-if test "$use_ssl" == "yes"; then
+if test "$use_ssl" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define USE_SSL
@@ -33103,7 +33103,7 @@ else
fi
-if test "$use_ssl" == "yes"; then
+if test "$use_ssl" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define USE_SSL
|