blob: d861ab2d03bfe0cb769bd49dad1f42afba23d4ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2007/08/28 14:57:16 tnn Exp $
--- configure.orig 2007-03-08 02:13:18.000000000 +0100
+++ configure
@@ -3351,7 +3351,7 @@ if test "${enable_use_fifo+set}" = set;
fi
-if test "x$use_fifo" == "xyes"; then
+if test "x$use_fifo" = "xyes"; then
cat >>confdefs.h <<\_ACEOF
#define USE_FIFO
|