]> granicus.if.org Git - check/commitdiff
* In autoconf, request system extensions to generate 64-bit safe code
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Oct 2012 12:20:49 +0000 (12:20 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Oct 2012 12:20:49 +0000 (12:20 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@627 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a376cc4df5e03e9bfde8bf2d94fc9bc252090e04..d981cc8ddbef8e904af708fe00452218a94ca5f9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 In development.
 
+* In autoconf, request system extensions to generate 64-bit safe code,
+  solution from patch #2803433 on SF.
+
 * Fix for mutex deadlock when killing threads, patch #3564640 on SF.
 
 * Make XML output well-formed, solution from patch #3575642 on SF.
index 24089e231366e618a117cd822f66f9026fc64f37..25994369bf710df3a6dd6e95fd204911d9716642 100644 (file)
@@ -28,7 +28,8 @@ AC_USE_SYSTEM_EXTENSIONS
 # really severe build strictness
 AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6])
 
-# FIXME: find the other places this stuff is used
+# From patch 2803433, request system extensions to generate 64-bit safe code
+AC_USE_SYSTEM_EXTENSIONS
 
 AC_SUBST(CHECK_MAJOR_VERSION)
 AC_SUBST(CHECK_MINOR_VERSION)