From 27d5a1d5bb71c96bf64bcf718d3e444965e9b8cc Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 20 Feb 2024 17:25:22 +0100 Subject: [PATCH] configure.ac: Update enable-tools description to its current usage --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 35ee5fce8..f4c1a48ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;;