mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
23 lines
432 B
Plaintext
23 lines
432 B
Plaintext
$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
|