# HG changeset patch # User atmos4 # Date 1026444406 0 # Node ID be17a987e0a1be11cff3dd62faf2b766cb72e5b7 # Parent cc917a581b6e18b9bbae7c7cac03e9bb5a638285 fix tv bazze diff -r cc917a581b6e -r be17a987e0a1 configure --- a/configure Fri Jul 12 00:53:26 2002 +0000 +++ b/configure Fri Jul 12 03:26:46 2002 +0000 @@ -3762,14 +3762,17 @@ if test "$_tv_v4l" = auto ; then _tv_v4l=no if test "$_tv" = yes && linux ; then - if test -c /dev/video? || test -c /dev/video ; then - cat > $TMPC < $TMPC < #include int main(void) { return 0; } EOF - cc_check && _tv_v4l=yes - fi + cc_check && _tv_v4l=yes + break + fi + done fi fi if test "$_tv_v4l" = yes ; then