summaryrefslogtreecommitdiffstats
path: root/security/seahorse/files/patch-configure
blob: b77fe2ddda831f92b3b1eae634c7d82130d7497b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig  Sun Dec  3 23:18:17 2006
+++ configure   Sun Dec  3 23:18:57 2006
@@ -30954,7 +30954,7 @@ fi
 
 
 
-if test "$enable_ssh" == "yes"; then
+if test "$enable_ssh" = "yes"; then
   WITH_SSH_TRUE=
   WITH_SSH_FALSE='#'
 else
@@ -31014,7 +31014,7 @@ fi
 
 
 
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else