Skip to content
Snippets Groups Projects
Commit 7b22f99c authored by Dato Simó's avatar Dato Simó
Browse files

configure.ac: fix reading of HLINT environment variable


configure.ac advertised that the HLINT environment variable could be set to
specify the path to the 'hlint' tool. However, HLINT was being initialized
to "no" inside configure.ac, which broke this usage.

Signed-off-by: default avatarDato Simó <dato@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 369671f4
No related branches found
No related tags found
No related merge requests found
......@@ -629,7 +629,6 @@ fi
AC_SUBST(HTOOLS_APIDOC)
# Check for hlint
HLINT=no
AC_ARG_VAR(HLINT, [hlint path])
AC_PATH_PROG(HLINT, [hlint], [])
if test -z "$HLINT"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment