From: Joaquim Rocha Date: Fri, 5 Jun 2015 12:48:41 +0000 (+0200) Subject: build: Add info about tests to --with-debug option X-Git-Tag: v9.0.2~44^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4870%2Fhead;p=ceph.git 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 --- diff --git a/configure.ac b/configure.ac index 5b98fb4e06f0..f254d0fc672f 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 ;;