summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-27 11:32:08 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-27 11:56:28 +0200
commit9a5b10544a11df3c0b08532a9143cd9adced4a4d (patch)
tree2c7e11c9ea713c1d828b29f0908a5f66e8452640 /configure.ac
parent91af7e0ee6e6a526af2b6564a3cfd313e1eac1f0 (diff)
configure: non-working ant is an error, not a warning
For example ant 1.8.4 doesn't work with JDK 1.8. Change-Id: I709fd0591c330cbfe6542976eb2fa0c3aec1e63f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 962225516331..10c987b87b6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11928,9 +11928,7 @@ EOF
echo "configure: Ant test failed" >&5
cat conftest.java >&5
cat conftest.xml >&5
- AC_MSG_WARN([Ant does not work - Some Java projects will not build!])
- ANT_HOME=""
- add_warning "Ant does not work - Some Java projects will not build!"
+ AC_MSG_ERROR([Ant does not work - Some Java projects will not build!])
fi
rm -f conftest* core core.* *.core
fi