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