summaryrefslogtreecommitdiff
path: root/multimedia/totem/patches/patch-ab
blob: f4496fb9f16a1fd5d6cefd6685eba201cf7c4c80 (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
28
29
30
31
$NetBSD: patch-ab,v 1.5 2007/11/05 19:26:20 drochner Exp $

--- configure.orig	2007-09-28 22:09:38.000000000 +0200
+++ configure
@@ -23058,7 +23058,7 @@ GTK_LIBS="$GTK_LIBS $EXTRA_BACKEND_LIBS"
 
 plugin_error_or_ignore()
 {
-	if test "${error_on_bad_plugin}" == "1" ; then
+	if test "${error_on_bad_plugin}" = "1" ; then
 		{ { echo "$as_me:$LINENO: error: $1" >&5
 echo "$as_me: error: $1" >&2;}
    { (exit 1); exit 1; }; }
@@ -23080,7 +23080,7 @@ fi
 used_plugins=""
 used_plugins2=""
 
-if test "x${with_plugins}" == "xautodetect" ; then
+if test "x${with_plugins}" = "xautodetect" ; then
 	# Default to all plugins and just ignore them if they won't compile
 	with_plugins="all"
 	error_on_bad_plugin="0"
@@ -23559,7 +23559,7 @@ fi
 	esac
 
 	# Add the specified plugin
-	if test "${add_plugin}" == "1" ; then
+	if test "${add_plugin}" = "1" ; then
 		used_plugins2="${used_plugins2} ${plugin}"
 	fi
 done