blob: 2c75cfa97eac43e87ab85bd63c454355c53ac228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$NetBSD: patch-aa,v 1.8 2009/11/20 11:53:28 drochner Exp $
--- configure.orig 2009-11-16 21:35:14.000000000 +0100
+++ configure
@@ -23614,7 +23614,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
@@ -30138,11 +30138,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
|