From b313bfc0ef190f78f3599a00f2cea355d5d3b035 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 20 Feb 2015 16:12:34 +0100 Subject: [PATCH] We cannot check antlr3 since this is only a jar --- Tools/check_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/check_tools.sh b/Tools/check_tools.sh index 32fd89a4a..66bd67a2a 100755 --- a/Tools/check_tools.sh +++ b/Tools/check_tools.sh @@ -18,7 +18,7 @@ check_installed() { cd $(dirname $0)/.. #autoconf pkg-config java ant yasm nasm wget -for prog in autoconf automake pkg-config doxygen antlr3 java nasm gettext wget yasm optipng; do +for prog in autoconf automake pkg-config doxygen java nasm gettext wget yasm optipng; do check_installed "$prog" "it" done