mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
CONFIGURE: Update help message for jslint
Resolves: https://fedorahosted.org/freeipa/ticket/6604 Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
5c18feaa20
commit
3f91469f32
@ -463,11 +463,12 @@ AM_CONDITIONAL([WITH_PYLINT], [test "x${PYLINT}" != "xno"])
|
||||
|
||||
|
||||
AC_ARG_WITH([jslint],
|
||||
AS_HELP_STRING([--with-jslint=path to jsl],
|
||||
[path to JavaScript lint]),
|
||||
AS_HELP_STRING([--with-jslint=[FILE]],
|
||||
[path to JavaScript linter. Default is autodetection of
|
||||
utility "jsl" ]),
|
||||
dnl --without-jslint will set JSLINT=no
|
||||
[JSLINT=$with_jslint],
|
||||
[AC_PATH_PROG([JSLINT], [jsl])]
|
||||
[JSLINT=$with_jslint],
|
||||
[AC_PATH_PROG([JSLINT], [jsl])]
|
||||
)
|
||||
if test "x${JSLINT}" == "x"; then
|
||||
AC_MSG_ERROR([cannot find JS lint])
|
||||
|
Loading…
Reference in New Issue
Block a user