diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-12 12:11:45 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-03-13 16:26:09 +0100 |
commit | 994d9642851b830de12bffb653ab7bfe20d3ffb2 (patch) | |
tree | 555424136194903c27e58d3927efe5aaba48844e /configure.ac | |
parent | 03c1f1732d738f57afee3d69e6a5f18d2eac5934 (diff) |
we don't need to build with java for build platform anymore
Since 17b2ace79b86bd772d9eb48b9c4ad69c0713695c
"filter: use python version of FCFGMerge"
Change-Id: Ie66be9c126d0d1a9adf28abb6b399a5219bf4dda
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a081bf92d660..d7c52a48766e 100644 --- a/configure.ac +++ b/configure.ac @@ -4029,7 +4029,6 @@ if test "$cross_compiling" = "yes"; then sub_conf_opts="" test -n "$enable_ccache" && sub_conf_opts="$sub_conf_opts --enable-ccache=$enable_ccache" 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" test -n "${with_solver_and_workdir_root}" && sub_conf_opts="$sub_conf_opts --with-solver-and-workdir-root=${with_solver_and_workdir_root}" @@ -4056,6 +4055,7 @@ if test "$cross_compiling" = "yes"; then --disable-postgresql-sdbc \ --with-parallelism="$with_parallelism" \ --without-doxygen \ + --without-java \ ENABLE_PDFIMPORT=FALSE \ $sub_conf_opts \ --srcdir=$srcdir \ |