$NetBSD: patch-aa,v 1.4 2009/03/09 11:52:11 jmcneill Exp $

--- configure.orig	2009-01-19 17:06:28.000000000 -0500
+++ configure
@@ -26361,7 +26361,7 @@ rm -f core conftest.err conftest.$ac_obj
 echo "${ECHO_T}$flag_ok" >&6; }
 
 
-        if test "x$ERROR_CFLAGS" == "x"
+        if test "x$ERROR_CFLAGS" = "x"
     then
 
   { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
@@ -33364,11 +33364,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
