]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix enable-openssl-hash/with-atf combo
authorEvan Hunt <each@isc.org>
Wed, 23 Jan 2013 23:05:13 +0000 (15:05 -0800)
committerEvan Hunt <each@isc.org>
Wed, 23 Jan 2013 23:05:13 +0000 (15:05 -0800)
configure.in

index 61748d298ad4710f66417b658cb47defe99a882b..964698151d16dac99dc5ebe68361749b2b3d1694 100644 (file)
@@ -3279,6 +3279,9 @@ if test "$atf" != no; then
        STD_CINCLUDES="$STD_CINCLUDES -I$atf/include"
        ATFBIN="$atf/bin"
        ATFLIBS="-L$atf/lib -latf-c"
+       if test "$want_openssl_hash" = yes; then
+               ATFLIBS="-L$atf/lib -latf-c $DNS_CRYPTO_LIBS"
+       fi
        UNITTESTS=tests
 fi
 AC_SUBST(ATFBIN)