summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-25 21:57:10 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:35:42 +0200
commit390c62238dfc913ffa2122728ddc6c3e2306e0b9 (patch)
tree7505221a5c29059faeeeb52c9fb9e98906cdafd6 /configure.in
parentd3bf42d2a48f094f83b3254b38de1cf638a26e2f (diff)
do not configure activex component on mingw
Change-Id: I4aa4be9c29248c75929f6bcd5f09b33cf2a381a0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e13897d014a5..2ecac9b50388 100644
--- a/configure.in
+++ b/configure.in
@@ -10479,7 +10479,7 @@ AC_SUBST(ENABLE_SILENT_MSI)
dnl ===================================================================
dnl Test whether to enable ActiveX embedding
dnl ===================================================================
-if test "$_os" = "WINNT"; then
+if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then
AC_MSG_CHECKING([whether to enable ActiveX embedding of LibreOffice components])
if test "$enable_activex_component" = "yes" -o "$enable_activex_component" = "TRUE" -o "$enable_activex_component" = ""; then
ENABLE_ACTIVEX_COMPONENT="TRUE"