summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-16 00:31:23 +0200
committerMichael Adam <obnox@samba.org>2008-08-16 00:49:19 +0200
commit56bf6489a63050fc8d3eda8a92487896471026eb (patch)
tree815f7f772745f1c5e62e28ec64af74c0ce98509f /source4/build
parent42104c3d1193f6f4b358c89a47c776d5a3c9b49e (diff)
downloadsamba-56bf6489a63050fc8d3eda8a92487896471026eb.tar.gz
samba-56bf6489a63050fc8d3eda8a92487896471026eb.tar.bz2
samba-56bf6489a63050fc8d3eda8a92487896471026eb.zip
configure: use AS_HELP_STRING for --with-logfilebase.
Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
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 efac873bd3..52f88f184f 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -137,7 +137,7 @@ AC_ARG_WITH(piddir,
#################################################
# set log directory location
AC_ARG_WITH(logfilebase,
-[ --with-logfilebase=DIR Where to put log files (\$(VARDIR))],
+[AS_HELP_STRING([--with-logfilebase=DIR],[Where to put log files (\$(VARDIR))])],
[ case "$withval" in
yes|no)
#