[v9_9] fix enable-openssl-hash/with-atf combo

This commit is contained in:
Evan Hunt 2013-01-23 15:06:05 -08:00
parent bf9d2fd260
commit 61748fa876

View 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)