changeset 19306:a7b0bc9aadda

cosmetics: Fix DVB test indentation.
author diego
date Thu, 03 Aug 2006 23:50:16 +0000
parents ec0eb7a62cbd
children e9a8439b24c1
files configure
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Aug 03 23:43:15 2006 +0000
+++ b/configure	Thu Aug 03 23:50:16 2006 +0000
@@ -4236,19 +4236,19 @@
 #include <ost/audio.h>
 int main(void) {return 0;}
 EOF
-    if cc_check ; then
+  if cc_check ; then
+      _dvb=yes
+  else
+    for I in "$_inc_dvb" "-I/usr/src/DVB/ost/include" ; do
+      if cc_check "$I" ; then
         _dvb=yes
-    else
-      for I in "$_inc_dvb" "-I/usr/src/DVB/ost/include" ; do
-        if cc_check "$I" ; then
-          _dvb=yes
-          _inc_dvb="$I"
-          _res_comment="using $_inc_dvb"
-          break
-        fi
-      done
-      test "$_dvb" = no && _res_comment="specify path to DVB/ost/include with --with-dvbincdir=DIR"
-    fi
+        _inc_dvb="$I"
+        _res_comment="using $_inc_dvb"
+        break
+      fi
+    done
+    test "$_dvb" = no && _res_comment="specify path to DVB/ost/include with --with-dvbincdir=DIR"
+  fi
 fi
 echores "$_dvb"
 if test "$_dvb" = yes ; then