changeset 16782:1816685a3d7b

remove nonsense break statements that do nothing..
author rfelker
date Mon, 17 Oct 2005 04:51:34 +0000
parents 6809ca5dd307
children 3ea7f6ab11b1
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 16 19:14:09 2005 +0000
+++ b/configure	Mon Oct 17 04:51:34 2005 +0000
@@ -6282,7 +6282,6 @@
 int main(void) { return 0; }
 EOF
   cc_check && _tv_v4l=yes
-  break
  fi
 fi
 if test "$_tv_v4l" = yes ; then
@@ -6306,7 +6305,6 @@
 int main(void) { return 0; }
 EOF
   cc_check && _tv_v4l2=yes
-  break
  fi
 fi
 if test "$_tv_v4l2" = yes ; then