# HG changeset patch # User diego # Date 1157049332 0 # Node ID 8c5212c50e87aa220c2a3d5fbb2703c1ad18cbf1 # Parent 26e22fbcf4c0098a3e1be68a16549164631a2d8c cosmetics: Fix ugly one-space indentation in radio check. diff -r 26e22fbcf4c0 -r 8c5212c50e87 configure --- a/configure Thu Aug 31 11:46:03 2006 +0000 +++ b/configure Thu Aug 31 18:35:32 2006 +0000 @@ -6683,16 +6683,16 @@ echocheck "Video 4 Linux 2 Radio interface" if test "$_radio_v4l2" = auto ; then - _radio_v4l2=no - if test "$_radio" = yes && linux ; then - cat > $TMPC < $TMPC < #include #include int main(void) { return 0; } EOF - cc_check && _radio_v4l2=yes - fi + cc_check && _radio_v4l2=yes + fi fi if test "$_radio_v4l2" = yes ; then _def_radio_v4l2='#define HAVE_RADIO_V4L2 1' @@ -6703,15 +6703,15 @@ echocheck "Video 4 Linux Radio interface" if test "$_radio_v4l" = auto ; then - _radio_v4l=no - if test "$_radio" = yes && linux ; then - cat > $TMPC < $TMPC < #include int main(void) { return 0; } EOF - cc_check && _radio_v4l=yes - fi + cc_check && _radio_v4l=yes + fi fi if test "$_radio_v4l" = yes ; then _def_radio_v4l='#define HAVE_RADIO_V4L 1'