regenerated configure scripts.

This commit is contained in:
Ozkan Sezer 2021-12-01 01:56:50 +03:00
parent efa1aa9a8f
commit 563ef2aeb2
2 changed files with 2019 additions and 1357 deletions

3167
configure vendored

File diff suppressed because it is too large Load Diff

9
test/configure vendored
View File

@ -602,6 +602,7 @@ SDL_CFLAGS
PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH
PKG_CONFIG
ISOS2
ISUNIX
ISWINDOWS
ISMACOSX
@ -2905,6 +2906,7 @@ fi
ISUNIX="false"
ISWINDOWS="false"
ISMACOSX="false"
ISOS2="false"
case "$host" in
*-*-cygwin* | *-*-mingw*)
@ -3000,6 +3002,12 @@ fi
MATHLIB=""
SYS_GL_LIBS=""
;;
*-*-os2*)
ISOS2="true"
EXE=".exe"
MATHLIB=""
SYS_GL_LIBS=""
;;
*)
ISUNIX="true"
EXE=""
@ -3054,6 +3062,7 @@ esac
SDL_VERSION=2.0.18