2013-09-26 17:14:40 +02:00

14 lines
415 B
Plaintext

$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