Please ignore this e-mail. I sent another version of the patch which follows the submitting a patch instructions with the Mercurial patchbomb extension.
On Fri, Mar 05, 2010 at 01:33:24PM -0600, Will Fiveash wrote: > I've modified the configure.ac so that if the --with-sasl=/usr configure > option is provided on a OpenSolaris system the derived configure script > will first try looking for and linking -lsasl2 and if that isn't found > will try -lsasl which is the Solaris/OpenSolaris variant of the SASL > lib. I've run mutt compiled with -lsasl on OpenSolaris and it appears > to work when sending to a mail server using SASL plain auth with SSL > protection. > > I've attached the patch. Please let me know if you'd rather I do a hg > push from my repo. > -- > Will Fiveash > diff -r f46b9ef31eff configure.ac > --- a/configure.ac Fri Mar 05 13:28:16 2010 -0600 > +++ b/configure.ac Fri Mar 05 13:31:48 2010 -0600 > @@ -718,7 +718,7 @@ > > AM_CONDITIONAL(USE_SSL, test x$need_ssl = xyes) -- Will Fiveash
