]> andersk Git - gssapi-openssh.git/commitdiff
we're not using $GSI_LIBS anymore, so check $GSI_LDFLAGS instead
authorbasney <basney>
Sat, 15 Dec 2007 15:42:07 +0000 (15:42 +0000)
committerbasney <basney>
Sat, 15 Dec 2007 15:42:07 +0000 (15:42 +0000)
openssh/configure.ac

index 3ca2ae06885669a33163acf22d9d37d9be142150..20dafc5b91b231006e749b2da766a87f99d8ad7b 100644 (file)
@@ -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,
This page took 0.101676 seconds and 5 git commands to generate.