Commit 9f2297e4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Indentation fix.

parent 1fda54e9
...@@ -5319,13 +5319,13 @@ then ...@@ -5319,13 +5319,13 @@ then
AC_CHECK_HEADERS(objsafe.h, AC_CHECK_HEADERS(objsafe.h,
VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER]),, VLC_ADD_CXXFLAGS([activex],[-DHAVE_OBJSAFE_HEADER]),,
[ [
#if HAVE_OLE2_H #if HAVE_OLE2_H
# include <ole2.h> # include <ole2.h>
#endif #endif
] ]
) )
activex=: activex=:
PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex" PLUGINS_BINDINGS="${PLUGINS_BINDINGS} activex"
], ],
[ AC_MSG_ERROR([required OLE headers are missing from your system]) ] [ AC_MSG_ERROR([required OLE headers are missing from your system]) ]
)], )],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment