Re: tweaks needed to crypto configure logic

2011-12-14 Thread Graham Leggett
On 10 Dec 2011, at 3:13 PM, Jeff Trawick wrote: > The following patch *seems* to address a couple of issues: > > 1. crypto library detection run twice (from main configure logic as > well as from APU_CHECK_CRYPTO) > 2. crypto enablement depends on enablement of a crypto library, but > forgetting

Re: tweaks needed to crypto configure logic

2011-12-10 Thread Jeff Trawick
On Sat, Dec 10, 2011 at 8:13 AM, Jeff Trawick wrote: > The following patch *seems* to address a couple of issues: The patch is now attached. Index: configure.in === --- configure.in(revision 1212783) +++ configure.in(

Re: tweaks needed to crypto configure logic

2011-12-10 Thread Jeff Trawick
On Sat, Dec 10, 2011 at 8:26 AM, Rainer Jung wrote: > Unfortunately not an answer to your questions, but an observation: your mail > had broken line ends. Many lines in the patch were joined into one big line. > Similarly the report mail you sent shortly before had many words glued > together with

Re: tweaks needed to crypto configure logic

2011-12-10 Thread Rainer Jung
Unfortunately not an answer to your questions, but an observation: your mail had broken line ends. Many lines in the patch were joined into one big line. Similarly the report mail you sent shortly before had many words glued together without whitespace in between. I don't see such behavior for

tweaks needed to crypto configure logic

2011-12-10 Thread Jeff Trawick
The following patch *seems* to address a couple of issues: 1. crypto library detection run twice (from main configure logic as well as from APU_CHECK_CRYPTO) 2. crypto enablement depends on enablement of a crypto library, but forgetting to enable a crypto library silently proceeds without failing