Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed atomic intrinsic test
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 22, 2011
1 parent e26db51 commit a24cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit a24cc7f

Please sign in to comment.