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 ...@@ -309,7 +309,7 @@ if test x$enable_gcc_atomics = xyes; then
]) ])
AC_MSG_RESULT($have_gcc_atomics) 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) AC_DEFINE(HAVE_GCC_ATOMICS)
fi fi
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