summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:30:02 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:19 +0200
commit42104c3d1193f6f4b358c89a47c776d5a3c9b49e (patch)
treedd3bd00778ceb71903d758ef523ef7f88deb4a97 /source4/build
parent3ebf7f0427ba4daa2c12c18f6cfbb977d46fad35 (diff)
downloadsamba-42104c3d1193f6f4b358c89a47c776d5a3c9b49e.tar.gz
samba-42104c3d1193f6f4b358c89a47c776d5a3c9b49e.tar.bz2
samba-42104c3d1193f6f4b358c89a47c776d5a3c9b49e.zip
configure: use AS_HELP_STRING for --with-piddir
Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
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 0bd7a9f18d..efac873bd3 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -121,7 +121,7 @@ AC_ARG_WITH(lockdir,
#################################################
# set pid directory location
AC_ARG_WITH(piddir,
-[ --with-piddir=DIR Where to put pid files ($ac_default_prefix/var/locks)],
+[AS_HELP_STRING([--with-piddir=DIR],[Where to put pid files ($ac_default_prefix/var/locks)])],
[ case "$withval" in
yes|no)
#