summaryrefslogtreecommitdiffstats
path: root/ctdb/configure.ac
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-04 00:28:16 +0100
committerMichael Adam <obnox@samba.org>2009-02-04 00:28:16 +0100
commitfe8a4350b0d0cd185185aeb8ecb79590b4c9a456 (patch)
tree3f9d12e0a9f3b46a6b1828b7d50901db27eeb017 /ctdb/configure.ac
parent82b8bf417948a397d478e22f53de75872c7b50b4 (diff)
downloadsamba-fe8a4350b0d0cd185185aeb8ecb79590b4c9a456.tar.gz
samba-fe8a4350b0d0cd185185aeb8ecb79590b4c9a456.tar.xz
samba-fe8a4350b0d0cd185185aeb8ecb79590b4c9a456.zip
build: print default in help for --with-logdir
Michael (This used to be ctdb commit 9e2245b9bb795e2d757aacd706a9861a59d1638e)
Diffstat (limited to 'ctdb/configure.ac')
-rw-r--r--ctdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/configure.ac b/ctdb/configure.ac
index 88c82f0308e..8b6102da3a7 100644
--- a/ctdb/configure.ac
+++ b/ctdb/configure.ac
@@ -39,7 +39,7 @@ fi
LOGDIR='${localstatedir}/log'
AC_ARG_WITH([logdir],
- [ --with-logdir=DIR path to log directory],
+ [ --with-logdir=DIR path to log directory [[LOCALSTATEDIR/log]]],
LOGDIR=$withval)
if test ! -z "$LOGDIR"; then
if test "$LOGDIR" = "yes" -o "$LOGDIR" = "no"; then