summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:13:34 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:18 +0200
commit7b3bb570518a2c618556815e5fea15866d8917f5 (patch)
tree4b7865477925709e764690dbeb177230184cb7c0 /source4/build
parentdf4e1ad130da96db641eed9ac5841cf8e6b57130 (diff)
downloadsamba-7b3bb570518a2c618556815e5fea15866d8917f5.tar.gz
samba-7b3bb570518a2c618556815e5fea15866d8917f5.tar.bz2
samba-7b3bb570518a2c618556815e5fea15866d8917f5.zip
configure: use AS_HELP_STRING for --with-privatedir
Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
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 74b510fa31..959020116f 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -41,7 +41,7 @@ AC_ARG_WITH(fhs,
#################################################
# set private directory location
AC_ARG_WITH(privatedir,
-[ --with-privatedir=DIR Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)],
+[AS_HELP_STRING([--with-privatedir=DIR],[Where to put sam.ldb and other private files containing key material ($ac_default_prefix/private)])],
[ case "$withval" in
yes|no)
#