From 113915eb9dfddf5a04f8116b01b71e591e75f193 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 2 Dec 2009 17:04:04 +0100 Subject: worked around an issue where omfile failed to compile on32 bit platforms under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 08eb24f3..ea3fb1c8 100644 --- a/configure.ac +++ b/configure.ac @@ -128,6 +128,7 @@ AC_TRY_COMPILE([ # check for availability of atomic operations RS_ATOMIC_OPERATIONS +RS_ATOMIC_OPERATIONS_64BIT # Additional module directories -- cgit