mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
14 lines
415 B
Plaintext
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
|