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 <joaquim.rocha@cern.ch>
# 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 ;;