浏览代码

sync handling of subsystems II. (+)

pionere 3 年之前
父节点
当前提交
b1b2ad725c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      configure
  2. 1 1
      configure.ac

+ 1 - 1
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"

+ 1 - 1
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