]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
acx v14.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 1 Aug 2011 14:56:38 +0000 (14:56 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 1 Aug 2011 14:56:38 +0000 (14:56 +0000)
git-svn-id: file:///svn/unbound/trunk@2468 be551aaa-1e26-0410-a405-d3ace91eadb9

acx_nlnetlabs.m4
configure

index 825355abad2a31aa0348ce616d917a3a6f5bf8d4..c319a2bc9a753c7d37002932514d2bbdbf30ef2a 100644 (file)
@@ -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])
index b01a8662d2b3b1fe90af382d69e4f044c56eff7a..ff28215a85d21ea1daca1ef0d2d9b4b6264761df 100755 (executable)
--- a/configure
+++ b/configure
@@ -13916,6 +13916,7 @@ int main(void)
 
        close(sfd);
        close(cfd);
+       return 0;
 }
 
 _ACEOF