sync handling of subsystems II. (+)

This commit is contained in:
pionere 2022-01-11 12:30:15 +01:00 committed by Ryan C. Gordon
parent eb80f2c65a
commit b1b2ad725c
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -26947,7 +26947,7 @@ fi
if test x$have_loadso != xyes; then
if test x$enable_loadso = xyes; then
$as_echo "#define SDL_LOADSO_DISABLED 1" >>confdefs.h
$as_echo "#define SDL_LOADSO_DUMMY 1" >>confdefs.h
fi
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"

View File

@ -4600,7 +4600,7 @@ if test x$have_filesystem != xyes; then
fi
if test x$have_loadso != xyes; then
if test x$enable_loadso = xyes; then
AC_DEFINE(SDL_LOADSO_DISABLED, 1, [ ])
AC_DEFINE(SDL_LOADSO_DUMMY, 1, [ ])
fi
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"
fi