From 19ab53e7a340aa3085e9bc7a5e1957237f7019aa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 15:01:45 +0200 Subject: fix varname, disable optimization flags for config --- scripts/scan-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/scan-tools.sh') diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index df018c7a9..23bc9770d 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -205,7 +205,7 @@ fi host_build_flex=0 if ! which flex >/dev/null 2>&1; then - host_build_m4=1 + host_build_flex=1 fi host_build_m4=0 -- cgit v1.2.3