From: Wouter Wijngaards Date: Thu, 30 Jun 2011 14:14:42 +0000 (+0000) Subject: compile fix. X-Git-Tag: release-1.4.12rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447b6a11494a07ff56d02e1d6e194f8b36285839;p=thirdparty%2Funbound.git compile fix. git-svn-id: file:///svn/unbound/trunk@2451 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index fc3ba27a1..569b38a84 100755 --- 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 \ diff --git a/configure.ac b/configure.ac index dada23f99..28d7cf7b5 100644 --- a/configure.ac +++ b/configure.ac @@ -762,7 +762,7 @@ AC_CHECK_HEADERS([ldns/ldns.h],,[ #include #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 \