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
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(
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
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
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