From: basney Date: Sat, 15 Dec 2007 15:42:07 +0000 (+0000) Subject: we're not using $GSI_LIBS anymore, so check $GSI_LDFLAGS instead X-Git-Tag: OPENSSH_4_7P1_GSSAPI_20080313~6 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/cdaf3e9d646e031c9354e0f6056c869263085379 we're not using $GSI_LIBS anymore, so check $GSI_LDFLAGS instead --- 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,