nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Having configure Check for cc's -pedantic -ansi.


From: David Levine
Subject: Re: [Nmh-workers] Having configure Check for cc's -pedantic -ansi.
Date: Mon, 24 Oct 2016 18:20:09 -0400

Ralph wrote:

> I found the build on Mac OS X failed.  build_nmh prompted `[n]' for TLS,
> which I accepted with Enter.  That stopped --with-tls getting to
> ./configure;  good.  But configure defaults to yes, I think,

Yes, it did.  I just committed a change to do this:

    By default (with_tls=''), enable TLS if header and libs were found.
    If TLS requested (--with-tls with_tls=yes), error if header/lib not found.
    If TLS disabled (--without-tls with_tls=no), don't enable it.

That's analogous to what configure.ac does for OAUTH support.  I
reviewed the OAUTH support, it looks good to me.  So that just leaves
the SASL support.  It currently defaults to no.  I'm thinking that
we could do the same thing with it:  obey yes and no, and default
to yes only if the header and lib are found.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]