configure.ac: Update enable-tools description to its current usage

This commit is contained in:
Badlop 2024-02-20 17:25:22 +01:00
parent ba1917d23c
commit 27d5a1d5bb
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;;