From dde277d86abfc1de8a19e8001ae7334d93febbb3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Dec 2000 07:38:47 +0000 Subject: Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1a5948b00..5fab264b2 100644 --- a/configure.in +++ b/configure.in @@ -397,7 +397,8 @@ else AC_MSG_RESULT([defaults (or given in environment)]) else test X"$OPT_SSL" = Xyes && OPT_SSL=/usr/local/ssl - LIBS="$LIBS -L$OPT_SSL/lib" + dnl LIBS="$LIBS -L$OPT_SSL/lib" + LDFLAGS="$LDFLAGS -L$OPT_SSL/lib" CPPFLAGS="$CPPFLAGS -I$OPT_SSL/include/openssl -I$OPT_SSL/include" AC_MSG_RESULT([$OPT_SSL]) fi -- cgit v1.2.3