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

index fb85f2efed9e2c833ea269fb77632bd5bf899823..e3d5874447cc8b2b7e30fe8f085b8ecfbe8639b2 100755 (executable)
--- a/configure
+++ b/configure
@@ -19432,6 +19432,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