summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-17 04:51:34 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-17 04:51:34 +0000
commitf14258084cdc1e154d49ea2db632559c35421553 (patch)
tree3819b819dceb08e37de665453487425252011bab /configure
parentdbc1f67ca229c77150d2936e92d294580985144e (diff)
downloadmpv-f14258084cdc1e154d49ea2db632559c35421553.tar.bz2
mpv-f14258084cdc1e154d49ea2db632559c35421553.tar.xz
remove nonsense break statements that do nothing..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16783 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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