blob: 3ec90ba5700b4995dc590ba47dde85f1f9579836 (
plain)
1 --- aconfigure.orig 2015-05-27 15:13:45.464621218 +0900
2 +++ aconfigure 2015-05-27 15:14:19.198622022 +0900
3 @@ -6642,7 +6642,7 @@
4 if test "x$SDL_CONFIG" = "x"; then
5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
6 $as_echo "not found" >&6; }
7 - elif (sh -c "$SDL_CONFIG --version" | grep -e '^1\.3' -e '^2\.') then
8 + elif (sh -c "$SDL_CONFIG --version" | grep -e '^1\.3' -e '^2\.' -e '^1\.2\.15' ) then
9
10
11 ac_sdl_cflags=`$SDL_CONFIG --cflags`
|