summaryrefslogtreecommitdiff
path: root/security/seahorse/patches/patch-ab
blob: 03ff5b2bb544493716ab5f75b8e8f46b061a76d9 (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.7 2007/04/11 21:48:02 drochner Exp $

--- configure.orig	2006-10-31 18:32:35.000000000 +0100
+++ configure
@@ -30737,7 +30737,7 @@ fi
 
 
 
-if test "$enable_ssh" == "yes"; then
+if test "$enable_ssh" = "yes"; then
   WITH_SSH_TRUE=
   WITH_SSH_FALSE='#'
 else
@@ -30797,7 +30797,7 @@ fi
 
 
 
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else