changeset 452:4c5c10383201

Help with cross-compiling
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Aug 2002 18:33:29 +0000
parents 24edec3cafe4
children a6fa62b1be09
files sdl.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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=""