From 43e33c6538e19cd92be304b086ded3d985db21de Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 30 Aug 2006 22:28:48 +0000 Subject: [PATCH] split in 2 'horribly long line' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 263c169b85..3151946137 100755 --- a/configure +++ b/configure @@ -5176,7 +5176,8 @@ EOF _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