summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:34:43 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:20 +0200
commit982aa673e24fc54727370de59d82644f2b3f1e59 (patch)
tree12236e980aac76ba6d97ee0ddb91f4994fd9bc9a /source4/build
parent37b6e7886b47578bf55c894dc88b7929ef1f5b96 (diff)
downloadsamba-982aa673e24fc54727370de59d82644f2b3f1e59.tar.gz
samba-982aa673e24fc54727370de59d82644f2b3f1e59.tar.bz2
samba-982aa673e24fc54727370de59d82644f2b3f1e59.zip
configure: use AS_HELP_STRING for --enable-debug.
Michael (This used to be commit 1f4bf8fbd5bfc9c58bb5668fe25586766605b268)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index e03f13391c..f0f9581371 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/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])