From: Michael Adam Date: Fri, 15 Aug 2008 22:34:43 +0000 (+0200) Subject: configure: use AS_HELP_STRING for --enable-debug. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4bf8fbd5bfc9c58bb5668fe25586766605b268;p=thirdparty%2Fsamba.git configure: use AS_HELP_STRING for --enable-debug. Michael --- diff --git a/source/build/m4/check_path.m4 b/source/build/m4/check_path.m4 index e03f13391c6..f0f95813711 100644 --- a/source/build/m4/check_path.m4 +++ b/source/build/m4/check_path.m4 @@ -182,7 +182,7 @@ AC_ARG_WITH(selftest-prefix, debug=no AC_ARG_ENABLE(debug, -[ --enable-debug Turn on compiler debugging information (default=no)], +[AS_HELP_STRING([--enable-debug],[Turn on compiler debugging information (default=no)])], [if test x$enable_debug = xyes; then debug=yes fi])