git-svn-id: file:///svn/unbound/trunk@2452 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2011-06-30 14:15:41 +00:00
parent 447b6a1149
commit c155cfc8bc
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -16821,7 +16821,7 @@ fi
done
if test $ac_cv_func_ldns_ldns_buffer_copy = yes \
if test $ac_cv_func_ldns_buffer_copy = yes \
-a $ac_cv_func_ldns_key_buf2rsa_raw = yes \
-a $ac_cv_func_ldns_get_random = yes \
-a $ac_cv_header_ldns_ldns_h = yes \

View file

@ -762,7 +762,7 @@ AC_CHECK_HEADERS([ldns/ldns.h],,[
#include <ws2tcpip.h>
#endif
])
if test $ac_cv_func_ldns_ldns_buffer_copy = yes \
if test $ac_cv_func_ldns_buffer_copy = yes \
-a $ac_cv_func_ldns_key_buf2rsa_raw = yes \
-a $ac_cv_func_ldns_get_random = yes \
-a $ac_cv_header_ldns_ldns_h = yes \