sync handling of subsystems II.

This commit is contained in:
pionere
2022-01-11 10:45:41 +01:00
committed by Ryan C. Gordon
parent 65e9415b98
commit eb80f2c65a
5 changed files with 9 additions and 11 deletions

2
configure vendored
View File

@@ -26931,7 +26931,7 @@ fi
if test x$have_timers != xyes; then
if test x$enable_timers = xyes; then
$as_echo "#define SDL_TIMERS_DISABLED 1" >>confdefs.h
$as_echo "#define SDL_TIMER_DUMMY 1" >>confdefs.h
fi
SOURCES="$SOURCES $srcdir/src/timer/dummy/*.c"