]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
compile fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:14:42 +0000 (14:14 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jun 2011 14:14:42 +0000 (14:14 +0000)
git-svn-id: file:///svn/unbound/trunk@2451 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac

index fc3ba27a120ae0cc7db3ba0700db2118259b2e16..569b38a84d5d9df7353f002a8562b9df7d51e8a9 100755 (executable)
--- a/configure
+++ b/configure
@@ -16821,7 +16821,7 @@ fi
 
 done
 
-if test $ac_cv_lib_ldns_ldns_buffer_copy = yes \
+if test $ac_cv_func_ldns_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 \
index dada23f9965a41f9ce1c57b0e4f3ac1aa724f7e8..28d7cf7b57b692778c7e590c709a338ebc568713 100644 (file)
@@ -762,7 +762,7 @@ AC_CHECK_HEADERS([ldns/ldns.h],,[
 #include <ws2tcpip.h>
 #endif
 ])
-if test $ac_cv_lib_ldns_ldns_buffer_copy = yes \
+if test $ac_cv_func_ldns_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 \