From a24cc7f8474af0936c7219c7a163afefd1c530ec Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 21 Jan 2011 21:35:43 -0800 Subject: [PATCH] Fixed atomic intrinsic test --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cae2f29a8..c4ae06170 100644 --- a/configure.in +++ b/configure.in @@ -309,7 +309,7 @@ if test x$enable_gcc_atomics = xyes; then ]) AC_MSG_RESULT($have_gcc_atomics) - if test x$have_gcc_mmd_mt = xyes; then + if test x$have_gcc_atomics = xyes; then AC_DEFINE(HAVE_GCC_ATOMICS) fi fi