comparison configure.in @ 3307:6fb7f38d20b6

Changed to include SDL_atomic.c in the windows version of SDL 1.3
author Bob Pendleton <bob@pendleton.com>
date Fri, 25 Sep 2009 19:20:25 +0000
parents 047c8dcf0eb0
children da1cb54d74ef
comparison
equal deleted inserted replaced
3306:a8ec88ff18c7 3307:6fb7f38d20b6
2496 AC_DEFINE(SDL_AUDIO_DRIVER_DSOUND) 2496 AC_DEFINE(SDL_AUDIO_DRIVER_DSOUND)
2497 SOURCES="$SOURCES $srcdir/src/audio/windx5/*.c" 2497 SOURCES="$SOURCES $srcdir/src/audio/windx5/*.c"
2498 fi 2498 fi
2499 have_audio=yes 2499 have_audio=yes
2500 fi 2500 fi
2501 # Set up files for the atomic operations library
2502 if test x$enable_atomic = xyes; then
2503 AC_DEFINE(SDL_ATOMIC_WIN32)
2504 SOURCES="$SOURCES $srcdir/src/atomic/win32/*.c"
2505 have_atomic=yes
2506 fi
2501 # Set up files for the joystick library 2507 # Set up files for the joystick library
2502 if test x$enable_joystick = xyes; then 2508 if test x$enable_joystick = xyes; then
2503 if test x$have_dinput = xyes; then 2509 if test x$have_dinput = xyes; then
2504 AC_DEFINE(SDL_JOYSTICK_DINPUT) 2510 AC_DEFINE(SDL_JOYSTICK_DINPUT)
2505 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_dxjoystick.c" 2511 SOURCES="$SOURCES $srcdir/src/joystick/win32/SDL_dxjoystick.c"