$NetBSD: patch-configure,v 1.6 2011/01/24 18:54:04 drochner Exp $

--- configure.orig	2010-11-12 08:01:11.000000000 +0900
+++ configure	2011-01-04 22:57:48.000000000 +0900
@@ -32744,7 +32744,7 @@
 	echo "$LIBVA_PKG_ERRORS" >&5
 
 
-	if test "${enable_libva}" == "yes"; then :
+	if test "${enable_libva}" = "yes"; then :
   as_fn_error $? "Could not find required libva." "$LINENO" 5
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found  " >&5
@@ -32755,7 +32755,7 @@
      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
-	if test "${enable_libva}" == "yes"; then :
+	if test "${enable_libva}" = "yes"; then :
   as_fn_error $? "Could not find required libva." "$LINENO" 5
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva not found  " >&5
@@ -32805,7 +32805,7 @@
 
 else
 
-	if test "${enable_libva}" == "yes"; then :
+	if test "${enable_libva}" = "yes"; then :
   as_fn_error $? "libva is present but libavcodec/vaapi.h is missing" "$LINENO" 5
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libva is present but libavcodec/vaapi.h is missing " >&5
@@ -32879,7 +32879,7 @@
 
 else
 
-	if test "${enable_dxva2}" == "yes"; then :
+	if test "${enable_dxva2}" = "yes"; then :
   as_fn_error $? "dxva2 is present but libavcodec/dxva2.h is missing" "$LINENO" 5
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2 is present but libavcodec/dxva2.h is missing " >&5
@@ -32893,7 +32893,7 @@
 
 else
 
-	if test "${enable_dxva2}" == "yes"; then :
+	if test "${enable_dxva2}" = "yes"; then :
   as_fn_error $? "Could not find required dxva2api.h" "$LINENO" 5
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dxva2api.h not found" >&5
