From c155cfc8bcf2cdca2ebd709ac76f321d1a1e827a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 30 Jun 2011 14:15:41 +0000 Subject: [PATCH] fixup. git-svn-id: file:///svn/unbound/trunk@2452 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.47.2