blob: cde3d09fb1be506ce74a987246c9aca5374f9c77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
--- configure.orig 2006-11-19 17:35:18.000000000 +0000
+++ configure
@@ -8093,7 +8093,7 @@ fi;
-if test "$have_scrollkeeper" == "yes" && test "$enable_scrollkeeper_update" != "no"; then
+if test "$have_scrollkeeper" = "yes" && test "$enable_scrollkeeper_update" != "no"; then
DO_SCROLLKEEPER_UPDATE_TRUE=
DO_SCROLLKEEPER_UPDATE_FALSE='#'
else
|