Commit 68afef61 authored by Sam Lantinga's avatar Sam Lantinga

Fixed atomic intrinsic test

parent 075ff8e7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment