]> andersk Git - gssapi-openssh.git/blobdiff - openssh/configure.ac
we're not using $GSI_LIBS anymore, so check $GSI_LDFLAGS instead
[gssapi-openssh.git] / 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.311878 seconds and 4 git commands to generate.