Skip to content

Commit

Permalink
CONFIGURE: Make SDL_CONFIG override work with a MinGW host.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Feb 16, 2015
1 parent 3745ddb commit 6ed6053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -171,7 +171,7 @@ _stagingpath="staging"
_win32path="c:/scummvm"
_amigaospath="Games:ScummVM"
_staticlibpath=
_sdlconfig="$SDL_CONFIG"
_sdlconfig=sdl-config
_freetypeconfig=freetype-config
_sdlpath="$PATH"
_freetypepath="$PATH"
Expand Down Expand Up @@ -354,7 +354,7 @@ define_in_config_if_yes() {
# TODO: small bit of code to test sdl usability
find_sdlconfig() {
echo_n "Looking for sdl-config... "
sdlconfigs="$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
sdlconfigs="$SDL_CONFIG:$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
_sdlconfig=

IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR"
Expand Down

0 comments on commit 6ed6053

Please sign in to comment.