On Tue, Aug 23, 2011 at 11:21 AM, Luk Claes <[email protected]> wrote: > Hi Jeff > > Hmm, I thought it's auto as default which would only be yes if the needed > headers and libraries are installed? > > Cheers > > Luk > > Quoting "Jeff Layton" <[email protected]>: > >> 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 >> > > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > Luk Claes e-mail: [email protected] > Directie ICT Afdeling ICT-Infrastructuur Groep Systemen > Universiteit Gent tel: +32 9 264 96 35 fax: +32 9 264 4994 > Krijgslaan 281, gebouw S9, 9000 Gent, Belgie www.UGent.be > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > >
I think yes would also mean auto (automatic) because you build cifs.idmap automatically if this configure option is not specified? That is the default and that is what configure --help is telling! Regards, Shirish -- 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
