summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-17 09:56:39 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-17 15:53:56 +0100
commit6fcf0c9c6b0d99b01003edf4ee896c6b3995a0f8 (patch)
tree83176bf547926838c98c177c9994b518a6ee7d00 /configure.in
parent222f04c90b5f2226eb13f66ee36f2da8f4ff1733 (diff)
pass --without-java to configure for build platform
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5f6a4f2b4648..c6385e215bb8 100644
--- a/configure.in
+++ b/configure.in
@@ -3157,6 +3157,7 @@ if test "$cross_compiling" = "yes"; then
cd CONF-FOR-BUILD
sub_conf_opts=""
test -n "$with_ant_home" && sub_conf_opts="$sub_conf_opts --with-ant-home=$with_ant_home"
+ test $with_java = no && sub_conf_opts="$sub_conf_opts --without-java"
test $with_junit = no && sub_conf_opts="$sub_conf_opts --without-junit"
test -n "$TARFILE_LOCATION" && sub_conf_opts="$sub_conf_opts --with-external-tar=$TARFILE_LOCATION"
./configure \