mirror of https://github.com/encounter/SDL.git
sync handling of subsystems II. (+)
This commit is contained in:
parent
eb80f2c65a
commit
b1b2ad725c
|
@ -26947,7 +26947,7 @@ fi
|
||||||
if test x$have_loadso != xyes; then
|
if test x$have_loadso != xyes; then
|
||||||
if test x$enable_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
|
fi
|
||||||
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"
|
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"
|
||||||
|
|
|
@ -4600,7 +4600,7 @@ if test x$have_filesystem != xyes; then
|
||||||
fi
|
fi
|
||||||
if test x$have_loadso != xyes; then
|
if test x$have_loadso != xyes; then
|
||||||
if test x$enable_loadso = xyes; then
|
if test x$enable_loadso = xyes; then
|
||||||
AC_DEFINE(SDL_LOADSO_DISABLED, 1, [ ])
|
AC_DEFINE(SDL_LOADSO_DUMMY, 1, [ ])
|
||||||
fi
|
fi
|
||||||
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"
|
SOURCES="$SOURCES $srcdir/src/loadso/dummy/*.c"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue