[vlc-commits] extras/tools: check for ant when bootstrapping

Sean McGovern git at videolan.org
Wed Oct 15 00:10:43 CEST 2014


vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Oct 14 20:03:38 2014 +0000| [22699594b177e3420d5447b59cf03f534f9a5a58] | committer: Tristan Matthews

extras/tools: check for ant when bootstrapping

This was accidentally left out of b3050f68b407fe150fa3944ccee62293efba6407.

Signed-off-by: Tristan Matthews <tmatth at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22699594b177e3420d5447b59cf03f534f9a5a58
---

 extras/tools/bootstrap |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 5d1bd11..345ec14 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -81,6 +81,7 @@ check_tar
 check ragel
 check_sed
 check protoc
+check ant
 
 [ -n "$NEEDED" ] && mkdir -p build/
 



More information about the vlc-commits mailing list