diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-20 19:25:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-21 00:41:08 +0100 |
commit | 07d4ae39601175caed76b4aa41d6e21d77c717b0 (patch) | |
tree | 826ad4c5cd819d58b079eb0739c9ae7285ec78e8 /configure.ac | |
parent | 4a016d139e2dadddfb684308d141de53ba1e5c8f (diff) |
--enable-ia2 disables building java-bridge, so disable packaging it too
Change-Id: I7e3b2d47af9a9b91b22df43fc56cdfd3522de6d8
Diffstat (limited to 'configure.ac')
-rw-r--r--[-rwxr-xr-x] | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1473aebf52c1..394b8cd4c2e8 100755..100644 --- a/configure.ac +++ b/configure.ac @@ -11613,6 +11613,7 @@ 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 |