summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/patches/patch-aa
blob: 54e4bd5ec0167a2abb4bb1c041cc1522c76f6edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2007/10/31 20:20:30 drochner Exp $

--- configure.orig	2007-09-27 20:36:29.000000000 +0200
+++ configure
@@ -23462,7 +23462,7 @@ else
   echo "not building tests and unit tests"
 fi
 
- if test "$enable_tests" == "yes"; then
+ if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else