From b1b2ad725cc6549e72134a539913456592a8d275 Mon Sep 17 00:00:00 2001 From: pionere Date: Tue, 11 Jan 2022 12:30:15 +0100 Subject: [PATCH] sync handling of subsystems II. (+) --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 57265c191..5632de25a 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 568ca9ad9..b5fe9a433 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