From 63aa2e6a95c12f57255e561483697892637a1e14 Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Fri, 5 Jun 2015 14:48:41 +0200 Subject: [PATCH] build: Add info about tests to --with-debug option The configure's --with-debug option builds also some of the tests so this should be mentioned in its doc string in order to let users know how to build all the tests. Signed-off-by: Joaquim Rocha --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b98fb4e06f04..f254d0fc672f9 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ AS_IF([test "$with_profiler" = "yes"], # debug crap? AC_ARG_WITH([debug], - [AS_HELP_STRING([--with-debug], [build extra debug binaries])], + [AS_HELP_STRING([--with-debug], [build extra debug binaries and tests])], [case "${withval}" in yes) with_debug=yes ;; no) with_debug=no ;; -- 2.39.5