diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-12-09 16:49:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-12-09 16:49:07 +0100 |
commit | abdc2870f1ebbf21a1b865804c512b1ffbeebb3a (patch) | |
tree | 97729d1cb230f3aabb79e05d1c233478a8a84412 /configure.ac | |
parent | 9e8556538a9ca220e7262271993200c1c03c2450 (diff) | |
download | rsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.tar.gz rsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.tar.xz rsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.zip |
worked around an issue where omfile failed to compile on 32 bit platforms
...under some circumstances (this smells like a gcc problem, but a simple
solution was available). Thanks to Kenneth Marshall for some advice.
[backported from 5.5.x branch]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d850dfda..85f2c75a 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 |