]> git.sesse.net Git - vlc/commitdiff
Indentation fix.
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 8 Jun 2008 17:52:25 +0000 (19:52 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 14 Jun 2008 08:09:05 +0000 (10:09 +0200)
configure.ac

index 071e55fb30b134745edd26abc36ff449df62b998..fd7bba26c56cc988fc58cf55d1b676486256ceab 100644 (file)
@@ -5319,13 +5319,13 @@ then
           AC_CHECK_HEADERS(objsafe.h,
             VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER]),,
             [
-            #if HAVE_OLE2_H
+             #if HAVE_OLE2_H
              #   include <ole2.h>
              #endif
-            ]
+            ]
           )
           activex=:
-         PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
+          PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
         ],
         [ AC_MSG_ERROR([required OLE headers are missing from your system]) ]
       )],