From 130833f80e89774269108cf30b2d1155a00354ce Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Tue, 26 Nov 2013 15:05:51 +0100 Subject: 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 Tested-by: David Ostrovsky Reviewed-by: Michael Meeks Reviewed-by: Michael Stahl --- configure.ac | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'configure.ac') 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 =================================================================== @@ -11559,21 +11554,6 @@ else 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 =================================================================== -- cgit