blob: 1fb069a1e7605dbd873c2f81d4a817e90b1ce193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.5 2008/07/21 00:36:11 tonnerre Exp $
--- configure.orig 2008-06-25 20:16:28.000000000 +0200
+++ configure
@@ -5509,7 +5509,7 @@ else
CHECKRESULTDIR=no
fi;
if test x$CHECKRESULTDIR = xno; then
- CHECKRESULTDIR="$localstatedir/spool/checkresults"
+ CHECKRESULTDIR="$localstatedir/checkresults"
fi
|