mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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])
|
||||
|
||||
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
|
||||
yes) tools=true ;;
|
||||
no) tools=false ;;
|
||||
|
Loading…
Reference in New Issue
Block a user