summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-21 14:53:57 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-21 15:14:43 +0100
commit31b91f6f8a7cacb062005d6ca2a7b5b2645a9799 (patch)
treebf3625c2828d4f29a4cf2f0d93e60b67c9352f78
parent4d6a248ca3f99c961e204b3fd66372501eb3872d (diff)
--enable-ia2 no longer disables Java access bridge
Just install both; 448727e598ca0c35ee9cd6f2c25a847c8147943b already made IA2 an experimental feature with fallback to Java access bridge if experimental mode is disabled. Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990
-rw-r--r--Repository.mk7
-rw-r--r--[-rwxr-xr-x]accessibility/Module_accessibility.mk2
-rw-r--r--[-rwxr-xr-x]config_host.mk.in0
-rw-r--r--configure.ac1
-rw-r--r--scp2/source/ooo/file_ooo.scp2
5 files changed, 4 insertions, 8 deletions
diff --git a/Repository.mk b/Repository.mk
index 94ce0ce8cdef..1fdd9b2a1921 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -549,11 +549,10 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
$(if $(DISABLE_ATL),,\
inprocserv \
) \
+ $(if $(ENABLE_JAVA),java_uno_accessbridge) \
$(if $(ENABLE_IA2), \
- UAccCOM \
- winaccessibility \
- , \
- $(if $(ENABLE_JAVA),java_uno_accessbridge) \
+ UAccCOM \
+ winaccessibility \
) \
) \
))
diff --git a/accessibility/Module_accessibility.mk b/accessibility/Module_accessibility.mk
index 5f2aa177ab0e..e5e090ca89ee 100755..100644
--- a/accessibility/Module_accessibility.mk
+++ b/accessibility/Module_accessibility.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Module_add_l10n_targets,accessibility,\
AllLangResTarget_acc \
))
-ifneq ($(ENABLE_IA2),TRUE)
ifneq ($(ENABLE_JAVA),)
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,accessibility,\
@@ -28,6 +27,5 @@ $(eval $(call gb_Module_add_targets,accessibility,\
))
endif
endif
-endif
# vim:set noet sw=4 ts=4:
diff --git a/config_host.mk.in b/config_host.mk.in
index 49977f1833ca..49977f1833ca 100755..100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
diff --git a/configure.ac b/configure.ac
index dc7be27a5012..e3615d9e3e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11617,7 +11617,6 @@ if test "$enable_ia2" = "yes"; then
if test "$_os" = "WINNT"; then
AC_MSG_RESULT([yes])
ENABLE_IA2="TRUE"
- SCPDEFS="$SCPDEFS -DENABLE_IA2"
else
AC_MSG_RESULT([no])
fi
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 68eae2e6aa26..e8be2289d48a 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -315,7 +315,7 @@ STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge )
STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge )
#endif
-#if defined ENABLE_JAVA && defined WNT && !defined(ENABLE_IA2)
+#if defined ENABLE_JAVA && defined WNT
STD_JAR_FILE( gid_File_Jar_Accessbridge, java_uno_accessbridge )
#endif