Commit b1b2ad725cc6549e72134a539913456592a8d275

pionere 2022-01-11T12:30:15

sync handling of subsystems II. (+)

diff --git a/configure b/configure
index 57265c1..5632de2 100755
--- a/configure
+++ b/configure
@@ -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"
diff --git a/configure.ac b/configure.ac
index 568ca9a..b5fe9a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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