Fixed atomic intrinsic test

This commit is contained in:
Sam Lantinga
2011-01-21 21:35:43 -08:00
parent dffcf58f01
commit 483ab95fda

View File

@@ -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