Skip to content

Commit

Permalink
sync handling of subsystems II. (+)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere authored and icculus committed Jan 29, 2022
1 parent eb80f2c commit b1b2ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1b2ad7

Please sign in to comment.