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