summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-26 15:05:51 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-05 05:31:43 -0600
commit130833f80e89774269108cf30b2d1155a00354ce (patch)
tree245267c3cd6664f6afebb7abb15906a4f1837b76 /configure.ac
parent059cc67245a4f0a62589a0c877aea85e8859c435 (diff)
fdo#39956 Delete JAB
JAB has been discontinued in favor of the native IA2 bridge. Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1 Reviewed-on: https://gerrit.libreoffice.org/6819 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index c3ffe0560b31..a47217e7a358 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1312,11 +1312,6 @@ AC_ARG_ENABLE(library-bin-tar,
for the next time.]),
)
-AC_ARG_ENABLE(ia2,
- AS_HELP_STRING([--enable-ia2],
- [Enable the Windows IAccessibility2. Disables Java Accessibility Bridge.]),
-,)
-
dnl ===================================================================
dnl Optional Packages (--with/without-)
dnl ===================================================================
@@ -11560,21 +11555,6 @@ fi
AC_SUBST(ENABLE_ONLINE_UPDATE)
dnl ===================================================================
-dnl Test whether to enable ia2
-dnl ===================================================================
-AC_MSG_CHECKING([whether to enable IA2])
-ENABLE_IA2=
-if test "$enable_ia2" = "yes"; then
- if test "$_os" = "WINNT"; then
- AC_MSG_RESULT([yes])
- ENABLE_IA2="TRUE"
- else
- AC_MSG_RESULT([no])
- fi
-fi
-AC_SUBST(ENABLE_IA2)
-
-dnl ===================================================================
dnl Test whether to create MSI with LIMITUI=1 (silent install)
dnl ===================================================================
AC_MSG_CHECKING([whether to create MSI with LIMITUI=1 (silent install)])