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

index 878dcc84c8dd8e06dc2a05568746466d54c19988..871079fefb8e07f82b8559fde7af632faaf4f065 100644 (file)
@@ -3286,6 +3286,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)