On Thu, Jan 30, 2014 at 4:31 PM, Ben Pfaff wrote:
> On Thu, Jan 30, 2014 at 04:12:11PM -0800, Gurucharan Shetty wrote:
>> Signed-off-by: Gurucharan Shetty
>
> It looks to me like we should really be adding $(SSL_INCLUDES)
> unconditionally, not just for Windows.
Okay.
>
> We should probably add S
On Thu, Jan 30, 2014 at 04:12:11PM -0800, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty
It looks to me like we should really be adding $(SSL_INCLUDES)
unconditionally, not just for Windows.
We should probably add SSL_LDFLAGS to LDFLAGS while we're at it. Does
that simplify your su
Signed-off-by: Gurucharan Shetty
---
BUILD.Windows | 22 ++
Makefile.am|1 +
m4/ax_check_openssl.m4 |9 +++--
3 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/BUILD.Windows b/BUILD.Windows
index 45a3c0a..f00a722 100644
--- a/BU