configure: use AS_HELP_STRING for --enable-debug.
authorMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:34:43 +0000 (00:34 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 15 Aug 2008 22:49:20 +0000 (00:49 +0200)
Michael
(This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)

source4/build/m4/check_path.m4

index e03f13391c672f14af2ebf7c6fd80cf0f799d0e1..f0f95813711ba8528caa852f648f585848e79a5b 100644 (file)
@@ -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])