summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:28:36 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:19 +0200
commit3ebf7f0427ba4daa2c12c18f6cfbb977d46fad35 (patch)
treee17e8e46e3e9a1cd40cb7d85d67f6e5032beee9a /source4/build
parent76c96ad6d7c48bf7250963f0c304860392c3d1bb (diff)
downloadsamba-3ebf7f0427ba4daa2c12c18f6cfbb977d46fad35.tar.gz
configure: use AS_HELP_STRING for --with-lockdir.
Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
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 3f7c9bd9f07..0bd7a9f18d7 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -105,7 +105,7 @@ AC_ARG_WITH(ntp-signd-socket-dir,
#################################################
# set lock directory location
AC_ARG_WITH(lockdir,
-[ --with-lockdir=DIR Where to put lock files ($ac_default_prefix/var/locks)],
+[AS_HELP_STRING([--with-lockdir=DIR],[Where to put lock files ($ac_default_prefix/var/locks)])],
[ case "$withval" in
yes|no)
#