configure: use AS_HELP_STRING for --enable-debug.
[tprouty/samba.git] / 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,
 
 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])
     [if test x$enable_debug = xyes; then
         debug=yes
     fi])