# HG changeset patch # User nicodvb # Date 1158417221 0 # Node ID f4504b07bdbd39b57dff8b0a3b44f321acf34a28 # Parent 07be98a5dd5f723de671df6c9ab11e4657b0acb8 removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de diff -r 07be98a5dd5f -r f4504b07bdbd configure --- a/configure Sat Sep 16 13:32:46 2006 +0000 +++ b/configure Sat Sep 16 14:33:41 2006 +0000 @@ -5094,7 +5094,7 @@ _used_css= _dvdnavmajor=`echo $_dvdnavvsn | cut -d. -f2` test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ - cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes + cc_check $_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes fi if test "$_dvdnav" = yes ; then _largefiles=yes