From: Dato Simó Date: Wed, 5 Dec 2012 15:16:02 +0000 (+0000) Subject: configure.ac: fix reading of HLINT environment variable X-Git-Tag: v2.7.0beta1~396 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/7b22f99cdd18290957068a81f0f1bb8f4a1b8746 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: Dato Simó Reviewed-by: Iustin Pop --- diff --git a/configure.ac b/configure.ac index 30136d9..f53e422 100644 --- a/configure.ac +++ b/configure.ac @@ -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