]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regenerate
authorTinderbox User <tbox@isc.org>
Wed, 23 Jan 2013 23:08:32 +0000 (23:08 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 23 Jan 2013 23:08:32 +0000 (23:08 +0000)
configure

index 4d3a34d43b7e2a933ca8d0dafb3bb9294a4cc807..f73433cef48070e1ab033a3b9138aa50a346663f 100755 (executable)
--- a/configure
+++ b/configure
@@ -19434,6 +19434,9 @@ $as_echo "#define ATF_TEST 1" >>confdefs.h
        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