remove nonsense break statements that do nothing..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2005-10-17 04:51:34 +00:00
parent dbc1f67ca2
commit f14258084c
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -6282,7 +6282,6 @@ if test "$_tv_v4l" = auto ; then
int main(void) { return 0; }
EOF
cc_check && _tv_v4l=yes
break
fi
fi
if test "$_tv_v4l" = yes ; then
@ -6306,7 +6305,6 @@ if test "$_tv_v4l2" = auto ; then
int main(void) { return 0; }
EOF
cc_check && _tv_v4l2=yes
break
fi
fi
if test "$_tv_v4l2" = yes ; then