diff --git a/configure b/configure index 361ec9d8c8..8db6d40c67 100755 --- a/configure +++ b/configure @@ -5170,10 +5170,9 @@ EOF _dvdnavdir=`$_dvdnavconfig --cflags` _dvdnavlibs=`$_dvdnavconfig --libs` _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"` - _used_css= _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2` test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ - cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes + cc_check $_dvdnavdir $_dvdnavlibs $_ld_dl $_ld_pthread && _dvdnav=yes fi if test "$_dvdnav" = yes ; then _largefiles=yes