Kaydet (Commit) 6fcf0c9c authored tarafından David Tardon's avatar David Tardon

pass --without-java to configure for build platform

üst 222f04c9
...@@ -3157,6 +3157,7 @@ if test "$cross_compiling" = "yes"; then ...@@ -3157,6 +3157,7 @@ if test "$cross_compiling" = "yes"; then
cd CONF-FOR-BUILD cd CONF-FOR-BUILD
sub_conf_opts="" sub_conf_opts=""
test -n "$with_ant_home" && sub_conf_opts="$sub_conf_opts --with-ant-home=$with_ant_home" 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 $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" test -n "$TARFILE_LOCATION" && sub_conf_opts="$sub_conf_opts --with-external-tar=$TARFILE_LOCATION"
./configure \ ./configure \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment