From 8c04c2e1871c94657d2c55940ab968eb69138844 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 1 Aug 2011 14:56:38 +0000 Subject: [PATCH] acx v14. git-svn-id: file:///svn/unbound/trunk@2468 be551aaa-1e26-0410-a405-d3ace91eadb9 --- acx_nlnetlabs.m4 | 4 +++- configure | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/acx_nlnetlabs.m4 b/acx_nlnetlabs.m4 index 825355aba..c319a2bc9 100644 --- a/acx_nlnetlabs.m4 +++ b/acx_nlnetlabs.m4 @@ -2,7 +2,8 @@ # Copyright 2009, Wouter Wijngaards, NLnet Labs. # BSD licensed. # -# Version 13 +# Version 14 +# 2011-08-01 Fix nonblock test (broken at v13). # 2011-08-01 Fix autoconf 2.68 warnings # 2011-06-23 Add ACX_CHECK_FLTO to check -flto. # 2010-08-16 Fix FLAG_OMITTED for AS_TR_CPP changes in autoconf-2.66. @@ -981,6 +982,7 @@ int main(void) close(sfd); close(cfd); + return 0; } ]])], [ AC_MSG_RESULT([yes]) diff --git a/configure b/configure index b01a8662d..ff28215a8 100755 --- a/configure +++ b/configure @@ -13916,6 +13916,7 @@ int main(void) close(sfd); close(cfd); + return 0; } _ACEOF -- 2.47.2