From f14258084cdc1e154d49ea2db632559c35421553 Mon Sep 17 00:00:00 2001 From: rfelker Date: Mon, 17 Oct 2005 04:51:34 +0000 Subject: remove nonsense break statements that do nothing.. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8336594de3..f0c96756fc 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3