about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-03-08 10:21:38 +0000
committerEric Wong <normalperson@yhbt.net>2013-03-08 10:21:38 +0000
commitcce7f3c33207c534f9e5a6c0cb389a97df21235b (patch)
tree7a1d91bd6cd389a239e06d00c3b4d71e8295b07c /configure.ac
parent08b8d7f1e5101631f642134718871dd2ef24c1e5 (diff)
downloadcmogstored-cce7f3c33207c534f9e5a6c0cb389a97df21235b.tar.gz
Andrey Okunev noted undefined references on the MogileFS mailing
list when building cmogstored 1.2.1 on his 32-bit CentOS5 machine.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 08cab08..adb37f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ gl_WARN_ADD([-Werror-implicit-function-declaration])
 gl_WARN_ADD([-Werror=declaration-after-statement]) dnl I hate C99 for this :P
 gl_WARN_ADD([-ggdb3],[CFLAGS])
 AX_PTHREAD(true)
+CM_GCC_ATOMICS(true)
 AC_SYS_LARGEFILE
 AC_C_FLEXIBLE_ARRAY_MEMBER