diff options
author | Jeff Layton <jlayton@samba.org> | 2011-08-23 09:02:11 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-08-23 09:02:11 -0400 |
commit | e0bb4418f79cb8670d06170fcd33c286839d258e (patch) | |
tree | 4e555e7cdba3fc0587adc140a0ce3b829c9b890a /configure.ac | |
parent | 1e7a32924b22d1f786b6f490ce8590656f578f91 (diff) | |
download | cifs-utils-e0bb4418f79cb8670d06170fcd33c286839d258e.tar.gz cifs-utils-e0bb4418f79cb8670d06170fcd33c286839d258e.tar.bz2 cifs-utils-e0bb4418f79cb8670d06170fcd33c286839d258e.zip |
autoconf: fix help message for --enable-cifsidmap
It currently says "no" is the default, but it should be "yes".
Reported-by: Elias Pipping <pipping@lavabit.com>
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 780abe7..6a9ad75 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_ARG_ENABLE(cifscreds, AC_ARG_ENABLE(cifsidmap, [AC_HELP_STRING([--enable-cifsidmap], - [Create cifs.idmap binary @<:@default=no@:>@])], + [Create cifs.idmap binary @<:@default=yes@:>@])], enable_cifsidmap=$enableval, enable_cifsidmap="maybe") |