changeset 29219:5c5ce3c8d587

cosmetics: indentation
author diego
date Tue, 05 May 2009 17:17:17 +0000
parents 6414b0a2965c
children 550ea315bdd8
files configure
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue May 05 17:15:54 2009 +0000
+++ b/configure	Tue May 05 17:17:17 2009 +0000
@@ -5756,16 +5756,16 @@
 
 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 <ddk/ntddcdrm.h>
 int main(void) { return 0; }
 EOF
   cc_check && _vcd=yes
-fi
+  fi
 fi
 if test "$_vcd" = yes; then
   _inputmodules="vcd $_inputmodules"