]> andersk Git - moira.git/blobdiff - configure.in
Check for libk5crypto before libcrypto, so openssl's libcrypto doesn't
[moira.git] / configure.in
index f913a4cf37182f6d3c66d0796efc76883332293c..e52675d0b889b2f65b714fc6cb4665d8daa03f9d 100755 (executable)
@@ -128,8 +128,8 @@ if test "$krb4" != yes; then
 elif test -d /usr/include/kerberosIV; then
     MR_INCLUDE(/usr/include/kerberosIV)
 fi
-AC_CHECK_LIB(crypto, main, crypto="crypto",
-             [AC_CHECK_LIB(k5crypto, main, crypto="k5crypto")])
+AC_CHECK_LIB(k5crypto, main, crypto="k5crypto",
+             [AC_CHECK_LIB(crypto, main, crypto="crypto")])
 AC_CHECK_LIB(krb4, krb_rd_req,
             [KRB4_LIBS="-lkrb4 -ldes425 -lkrb5 -l${crypto}"],
             [AC_CHECK_LIB(krb, krb_rd_req,
This page took 0.047691 seconds and 4 git commands to generate.