# HG changeset patch # User Bob Pendleton # Date 1253906425 0 # Node ID 6fb7f38d20b6456ffa8843456308d99322209ec5 # Parent a8ec88ff18c71e85cfa7097374e8813594c67942 Changed to include SDL_atomic.c in the windows version of SDL 1.3 diff -r a8ec88ff18c7 -r 6fb7f38d20b6 configure.in --- a/configure.in Fri Sep 25 19:17:16 2009 +0000 +++ b/configure.in Fri Sep 25 19:20:25 2009 +0000 @@ -2498,6 +2498,12 @@ fi have_audio=yes fi + # Set up files for the atomic operations library + if test x$enable_atomic = xyes; then + AC_DEFINE(SDL_ATOMIC_WIN32) + SOURCES="$SOURCES $srcdir/src/atomic/win32/*.c" + have_atomic=yes + fi # Set up files for the joystick library if test x$enable_joystick = xyes; then if test x$have_dinput = xyes; then