summaryrefslogtreecommitdiff
path: root/source/build/m4
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
commit1f4bf8fbd5bfc9c58bb5668fe25586766605b268 (patch)
treee4101dbc3c30250a4517159c03a5ee0955458ea7 /source/build/m4
parenteea4f597acf743fa783be3e5809e24aebc79f238 (diff)
downloadsamba-1f4bf8fbd5bfc9c58bb5668fe25586766605b268.tar.gz
configure: use AS_HELP_STRING for --enable-debug.
Michael
Diffstat (limited to 'source/build/m4')
-rw-r--r--source/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
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])