Mercurial > sdl-ios-xcode
diff sdl.m4 @ 452:4c5c10383201
Help with cross-compiling
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 19 Aug 2002 18:33:29 +0000 |
parents | e7f75aaf542f |
children | d90349051cab |
line wrap: on
line diff
--- a/sdl.m4 Mon Aug 19 18:09:44 2002 +0000 +++ b/sdl.m4 Mon Aug 19 18:33:29 2002 +0000 @@ -33,7 +33,7 @@ fi AC_REQUIRE([AC_CANONICAL_TARGET]) - AC_PATH_PROG(SDL_CONFIG, sdl-config, no) + AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$prefix/bin:$prefix/usr/bin:$PATH]) min_sdl_version=ifelse([$1], ,0.11.0,$1) AC_MSG_CHECKING(for SDL - version >= $min_sdl_version) no_sdl=""