Mercurial > sdl-ios-xcode
comparison configure.in @ 3217:26ce0b98f2fb
Support for native and emulated atomic operations has been added.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Sun, 19 Jul 2009 08:04:59 +0000 |
parents | 5625ba0a1e25 |
children | af4a5af3cd2b |
comparison
equal
deleted
inserted
replaced
3216:48a80f2a7ff2 | 3217:26ce0b98f2fb |
---|---|
2570 if test x$enable_timers = xyes; then | 2570 if test x$enable_timers = xyes; then |
2571 AC_DEFINE(SDL_TIMER_UNIX) | 2571 AC_DEFINE(SDL_TIMER_UNIX) |
2572 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" | 2572 SOURCES="$SOURCES $srcdir/src/timer/unix/*.c" |
2573 have_timers=yes | 2573 have_timers=yes |
2574 fi | 2574 fi |
2575 # Setup files for the atomic operations | |
2576 if test x$enable_atomic = xyes; then | |
2577 AC_DEFINE(SDL_ATOMIC_QNX) | |
2578 SOURCES="$SOURCES $srcdir/src/atomic/qnx/*.c" | |
2579 have_atomic=yes | |
2580 fi | |
2575 # Set up dummy files for the joystick for now | 2581 # Set up dummy files for the joystick for now |
2576 if test x$enable_joystick = xyes; then | 2582 if test x$enable_joystick = xyes; then |
2577 AC_DEFINE(SDL_JOYSTICK_DUMMY) | 2583 AC_DEFINE(SDL_JOYSTICK_DUMMY) |
2578 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c" | 2584 SOURCES="$SOURCES $srcdir/src/joystick/dummy/*.c" |
2579 have_joystick=yes | 2585 have_joystick=yes |