From: Daniel Stenberg Date: Mon, 11 Dec 2000 07:38:47 +0000 (+0000) Subject: Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly X-Git-Tag: pre-header-change~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dde277d86abfc1de8a19e8001ae7334d93febbb3;p=curl Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly --- 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