From: Wouter Wijngaards Date: Mon, 1 Aug 2011 14:56:38 +0000 (+0000) Subject: acx v14. X-Git-Tag: release-1.4.13rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c04c2e1871c94657d2c55940ab968eb69138844;p=thirdparty%2Funbound.git acx v14. git-svn-id: file:///svn/unbound/trunk@2468 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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