From cdaf3e9d646e031c9354e0f6056c869263085379 Mon Sep 17 00:00:00 2001 From: basney Date: Sat, 15 Dec 2007 15:42:07 +0000 Subject: [PATCH] we're not using $GSI_LIBS anymore, so check $GSI_LDFLAGS instead --- openssh/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/configure.ac b/openssh/configure.ac index 3ca2ae0..20dafc5 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -1949,7 +1949,7 @@ AC_ARG_WITH(ssl-dir, fi ] ) -if test -z "$GSI_LIBS" ; then +if test -z "$GSI_LDFLAGS" ; then LIBS="-lcrypto $LIBS" fi AC_TRY_LINK_FUNC(RAND_add, AC_DEFINE(HAVE_OPENSSL, 1, -- 2.45.1