It currently says "no" is the default, but it should be "yes".
Reported-by: Elias Pipping <[email protected]> Signed-off-by: Jeff Layton <[email protected]> --- 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") -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
