mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
configure.ac: Update enable-tools description to its current usage
This commit is contained in:
parent
ba1917d23c
commit
27d5a1d5bb
@ -263,7 +263,7 @@ AC_ARG_ENABLE(system_deps,
|
|||||||
esac],[if test "x$system_deps" = "x"; then system_deps=false; fi])
|
esac],[if test "x$system_deps" = "x"; then system_deps=false; fi])
|
||||||
|
|
||||||
AC_ARG_ENABLE(tools,
|
AC_ARG_ENABLE(tools,
|
||||||
[AS_HELP_STRING([--enable-tools],[build development tools: etop (default: no)])],
|
[AS_HELP_STRING([--enable-tools],[include debugging/development tools (default: no)])],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
yes) tools=true ;;
|
yes) tools=true ;;
|
||||||
no) tools=false ;;
|
no) tools=false ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user