mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
configure.ac: Update enable-tools description to its current usage
This commit is contained in:
parent
ba1917d23c
commit
27d5a1d5bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue