summaryrefslogtreecommitdiff
path: root/source/build/m4
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
commitf05a9fe46ff428e48be9a5af4a6769cd78712c11 (patch)
treef5cbcbe323fd901ef49c42137e61d54671927b17 /source/build/m4
parented4a6e780a3f57854338520e4608cfc8dce4ef3e (diff)
downloadsamba-f05a9fe46ff428e48be9a5af4a6769cd78712c11.tar.gz
configure: use AS_HELP_STRING for --with-piddir
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 0bd7a9f18d7..efac873bd35 100644
--- a/source/build/m4/check_path.m4
+++ b/source/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)
#