# HG changeset patch # User nicodvb # Date 1156976928 0 # Node ID 0d42130331b2e410992bc32105a3e01b7de13521 # Parent 4cff22c91b394f5036c2f6802e83829ed1bf36f5 split in 2 'horribly long line' diff -r 4cff22c91b39 -r 0d42130331b2 configure --- a/configure Wed Aug 30 22:25:40 2006 +0000 +++ b/configure Wed Aug 30 22:28:48 2006 +0000 @@ -5176,7 +5176,8 @@ _dvdnavvsn=`$_dvdnavconfig --version | sed "s/\.//g"` _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 + test "$_dvdnavmajor" -ge 2 -o "$_dvdnavvsn" -ge 0110 && \ + cc_check -I$_dvdnavdir $_dvdnavlibs $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes fi if test "$_dvdnav" = yes ; then _largefiles=yes