Re: [ovs-dev] [PATCH 4/4] configure: Identify OpenSSL libraries in Windows.

2014-01-30 Thread Gurucharan Shetty
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

Re: [ovs-dev] [PATCH 4/4] configure: Identify OpenSSL libraries in Windows.

2014-01-30 Thread Ben Pfaff
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

[ovs-dev] [PATCH 4/4] configure: Identify OpenSSL libraries in Windows.

2014-01-30 Thread Gurucharan Shetty
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