$NetBSD: patch-aa,v 1.2 2008/12/02 20:32:58 wiz Exp $

--- configure.orig	2008-12-02 20:04:59.000000000 +0000
+++ configure
@@ -23471,7 +23471,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-0.10", so it can be a program name with args.
 set dummy gst-inspect-0.10; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23527,7 +23527,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-0.10", so it can be a program name with args.
 set dummy gst-inspect-0.10; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23583,7 +23583,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-0.10", so it can be a program name with args.
 set dummy gst-inspect-0.10; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -23639,7 +23639,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-0.10", so it can be a program name with args.
 set dummy gst-inspect-0.10; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
