Mercurial > sdl-ios-xcode
comparison configure.in @ 5068:231dbbc3e31c
Fixed atomic intrinsic test
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 21 Jan 2011 21:35:43 -0800 |
parents | 3afb71c202b2 |
children | fd125217f00c |
comparison
equal
deleted
inserted
replaced
5067:61d53410eb41 | 5068:231dbbc3e31c |
---|---|
307 ],[ | 307 ],[ |
308 have_gcc_atomics=yes | 308 have_gcc_atomics=yes |
309 ]) | 309 ]) |
310 AC_MSG_RESULT($have_gcc_atomics) | 310 AC_MSG_RESULT($have_gcc_atomics) |
311 | 311 |
312 if test x$have_gcc_mmd_mt = xyes; then | 312 if test x$have_gcc_atomics = xyes; then |
313 AC_DEFINE(HAVE_GCC_ATOMICS) | 313 AC_DEFINE(HAVE_GCC_ATOMICS) |
314 fi | 314 fi |
315 fi | 315 fi |
316 | 316 |
317 # Standard C sources | 317 # Standard C sources |