Fixed atomic intrinsic test
This commit is contained in:
parent
075ff8e78f
commit
68afef61c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue