From f9a60186982eee60b212842f33b0b034f2e59368 Mon Sep 17 00:00:00 2001 From: hugo303 Date: Thu, 11 Oct 2012 12:20:49 +0000 Subject: [PATCH] * In autoconf, request system extensions to generate 64-bit safe code git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@627 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 3 +++ configure.ac | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a376cc4..d981cc8 100644 --- 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. diff --git a/configure.ac b/configure.ac index 24089e2..2599436 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.40.0