$NetBSD: patch-aa,v 1.1.1.1 2006/07/07 18:00:03 drochner Exp $

--- configure.orig	2006-07-07 18:50:16.000000000 +0200
+++ configure
@@ -23432,7 +23432,7 @@ fi
 
 # Find the GStreamer elements we use, and warn if they are not present.
 
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     # Extract the first word of "gst-inspect", so it can be a program name with args.
 set dummy gst-inspect; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23486,7 +23486,7 @@ echo "$as_me: WARNING: The 'cdparanoia' 
   fi
 
 
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     # Extract the first word of "gst-inspect", so it can be a program name with args.
 set dummy gst-inspect; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23540,7 +23540,7 @@ echo "$as_me: WARNING: The 'vorbisenc' e
   fi
 
 
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     # Extract the first word of "gst-inspect", so it can be a program name with args.
 set dummy gst-inspect; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23594,7 +23594,7 @@ echo "$as_me: WARNING: The 'flacenc' ele
   fi
 
 
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     # Extract the first word of "gst-inspect", so it can be a program name with args.
 set dummy gst-inspect; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23648,7 +23648,7 @@ echo "$as_me: WARNING: The 'wavenc' elem
   fi
 
 
-  if test "x$GST_INSPECT" == "x"; then
+  if test "x$GST_INSPECT" = "x"; then
     # Extract the first word of "gst-inspect", so it can be a program name with args.
 set dummy gst-inspect; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5
