$NetBSD: patch-aa,v 1.6 2009/09/08 20:27:11 drochner Exp $

--- configure.orig	2009-08-29 00:07:00.000000000 +0200
+++ configure
@@ -23389,7 +23389,7 @@ rm -f core conftest.err conftest.$ac_obj
 $as_echo "$flag_ok" >&6; }
 
 
-        if test "x$ERROR_CFLAGS" == "x"
+        if test "x$ERROR_CFLAGS" = "x"
     then
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5
@@ -29531,11 +29531,7 @@ fi
     DVDNAV_CFLAGS=
     HAVE_DVDNAV=no
   else
-    if dvdnav-config --plugin-libs  &> /dev/null; then
-      DVDNAV_LIBS=`dvdnav-config --plugin-libs `
-    else
-      DVDNAV_LIBS=`dvdnav-config --libs `
-    fi
+    DVDNAV_LIBS=`dvdnav-config --libs `
     DVDNAV_CFLAGS=`dvdnav-config --cflags `
     HAVE_DVDNAV=yes
   fi
