Bug 569948 part B - disable building the ActiveX control and IDispatch scripting bridge in all configurations, r=mfinkle

This commit is contained in:
Benjamin Smedberg 2010-06-08 11:37:41 -04:00
parent 386c112048
commit aba6022154

View File

@ -4966,8 +4966,6 @@ case "$target_os" in
if test "$MOZ_WINSDK_TARGETVER" -lt "06000000"; then
NS_ENABLE_TSF=
fi
XPC_IDISPATCH_SUPPORT=1
MOZ_NO_ACTIVEX_SUPPORT=
fi
if test -n "$NS_ENABLE_TSF"; then
AC_DEFINE(NS_ENABLE_TSF)