Issue 123663 - --with-java=no does not disable ant, ant is unsuccessfully searched for
Summary: --with-java=no does not disable ant, ant is unsuccessfully searched for
Status: UNCONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: 4.0.1
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 23:33 UTC by Marcin
Modified: 2013-11-08 23:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Marcin 2013-11-08 23:33:33 UTC
If `--with-java=no` is supplied to `configure`, configure will still search for ant, but will never find it, even if it is installed and --with-ant-home is passed with a correct ant home. 

Accordingly, it is impossible to build with `--with-java=no`.