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

This commit is contained in:
Evan Hunt 2013-01-23 15:05:13 -08:00
parent 9a0dd99a75
commit 627d4113a0

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