diff options
author | Michael Adam <obnox@samba.org> | 2008-08-16 00:13:34 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-16 00:49:18 +0200 |
commit | 7b3bb570518a2c618556815e5fea15866d8917f5 (patch) | |
tree | 4b7865477925709e764690dbeb177230184cb7c0 /source4/build | |
parent | df4e1ad130da96db641eed9ac5841cf8e6b57130 (diff) | |
download | samba-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.m4 | 2 |
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) # |