blob: d026a50c9ebd0f9f45d485e636df57afce6a29ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-aa,v 1.9 2009/05/25 16:10:52 drochner Exp $
--- configure.orig 2009-05-10 23:50:52.000000000 +0200
+++ configure
@@ -24238,7 +24238,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "$flag_ok" >&6; }
- if test "x$ERROR_CFLAGS" == "x"
+ if test "x$ERROR_CFLAGS" = "x"
then
{ $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
@@ -29572,11 +29572,11 @@ $as_echo "yes" >&6; }
fi
- if test x$HAVE_LIBVISUAL == xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.2`"
fi
else
- if test x$HAVE_LIBVISUAL == xyes; then
+ if test x$HAVE_LIBVISUAL = xyes; then
LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
fi
fi
|