summaryrefslogtreecommitdiff
path: root/configure.ac
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 16:03:36 +0100
commitaf0909f1b88a47db1ea0ea53cdac59daee42db0b (patch)
tree427693e4459c617d67c2b5a186f0512a672418f9 /configure.ac
parentb8156a37a62722ba7ef97d511150ac2ec55523bd (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 (cherry picked from commit 31b91f6f8a7cacb062005d6ca2a7b5b2645a9799)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b7c56fd4541e..e510bc6195f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11613,7 +11613,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