diff options
author | Michael Adam <obnox@samba.org> | 2009-02-04 00:28:16 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-04 00:28:16 +0100 |
commit | fe8a4350b0d0cd185185aeb8ecb79590b4c9a456 (patch) | |
tree | 3f9d12e0a9f3b46a6b1828b7d50901db27eeb017 /ctdb | |
parent | 82b8bf417948a397d478e22f53de75872c7b50b4 (diff) | |
download | samba-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')
-rw-r--r-- | ctdb/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/configure.ac b/ctdb/configure.ac index 88c82f0308..8b6102da3a 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 |