From e0bb4418f79cb8670d06170fcd33c286839d258e Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Tue, 23 Aug 2011 09:02:11 -0400 Subject: autoconf: fix help message for --enable-cifsidmap It currently says "no" is the default, but it should be "yes". Reported-by: Elias Pipping Signed-off-by: Jeff Layton --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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") -- cgit v1.2.3