summaryrefslogtreecommitdiff
path: root/audio/xfce4-xmms-plugin/patches/patch-ab
blob: 869a2c40476fb5ee0167407e0771213ffc342f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.1 2006/10/12 05:43:20 martti Exp $

--- configure.orig	2006-10-12 08:39:06.000000000 +0000
+++ configure	2006-10-12 08:39:35.000000000 +0000
@@ -20790,7 +20790,7 @@
   withval="$with_player"
 
 fi;
-if test x"$with_player" == x"beep"; then
+if test x"$with_player" = x"beep"; then
   echo "$as_me:$LINENO: result: Beep media player" >&5
 echo "${ECHO_T}Beep media player" >&6
 
@@ -20942,7 +20942,7 @@
 done
 test -n "$XMMS_CONFIG" || XMMS_CONFIG="no"
 
-  if test x"$XMMS_CONFIG" == x"no"; then
+  if test x"$XMMS_CONFIG" = x"no"; then
     { { echo "$as_me:$LINENO: error: *** XMMS not found. Please install XMMS first. ***" >&5
 echo "$as_me: error: *** XMMS not found. Please install XMMS first. ***" >&2;}
    { (exit 1); exit 1; }; }