blob: 8c1ff3515daada6288d8167c62f581ad63e871e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2008/05/26 22:36:56 joerg Exp $
--- configure.orig 2008-05-26 22:39:38.000000000 +0200
+++ configure
@@ -22125,7 +22125,7 @@ else
withval="no"
fi
-if test x_$withval == x_yes -o x_$withval != x_no; then
+if test x_$withval = x_yes -o x_$withval != x_no; then
{ echo "$as_me:$LINENO: checking for libevent" >&5
echo $ECHO_N "checking for libevent... $ECHO_C" >&6; }
if test x_$withval = x_ -o x_$withval = x_yes; then
|