From a3f5c392f534331467b0b42c5232c2d8ba459d4e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 May 2009 17:17:17 +0000 Subject: cosmetics: indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29261 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f25c2b1342..c5655adaa1 100755 --- a/configure +++ b/configure @@ -5756,16 +5756,16 @@ fi echocheck "VCD support" if test "$_vcd" = auto; then -_vcd=no -if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then - _vcd=yes -elif mingw32; then - cat > $TMPC << EOF + _vcd=no + if linux || freebsd || netbsd || openbsd || dragonfly || bsdos || darwin || sunos; then + _vcd=yes + elif mingw32; then + cat > $TMPC << EOF #include int main(void) { return 0; } EOF cc_check && _vcd=yes -fi + fi fi if test "$_vcd" = yes; then _inputmodules="vcd $_inputmodules" -- cgit v1.2.3