From efbcf9834f0697bc6f383c377b6abb1c676a293e Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Wed, 24 Jan 2001 15:43:09 +0000 Subject: [PATCH] Bug in selecting SSL libs --- SRC/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/configure.in b/SRC/configure.in index 76ed3d8..53a8cce 100644 --- a/SRC/configure.in +++ b/SRC/configure.in @@ -38,7 +38,7 @@ AC_ARG_WITH(ssl, OPENSSL=1 if test "$withval" != "yes"; then SSLROOT=$withval - LIBS="${LIBS} -L$SSLROOT/lib" + LDFLAGS="${LDFLAGS} -L$SSLROOT/lib" CPPFLAGS="${CPPFLAGS} -I$SSLROOT/include" fi fi],