Changeset - r5537:32abb09eb51c
[Not reviewed]
master
0 1 0
tron - 18 years ago 2007-01-05 17:29:35
tron@openttd.org
(svn r7878) Remove the long gone sdl11-config (again)
1 file changed with 1 insertions and 6 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1298,18 +1298,13 @@ detect_sdl() {
 
		sdl_config=""
 
		return 0
 
	fi
 

	
 
	if [ "$with_sdl" = "1" ] || [ "$with_sdl" = "" ] || [ "$with_sdl" = "2" ]
 
	then
 
		if [ "$os" = "FREEBSD" ]
 
		then
 
			sdl_config="sdl11-config"
 
		else
 
			sdl_config="sdl-config"
 
		fi
 
		sdl_config="sdl-config"
 
	else
 
		sdl_config="$with_sdl"
 
	fi
 

	
 
	version=`$sdl_config --version 2>/dev/null`
 
	ret=$?
0 comments (0 inline, 0 general)