(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer

This commit is contained in:
tron 2006-09-21 06:25:13 +00:00
parent 5ceebef09d
commit 2dd1e5dd55
1 changed files with 0 additions and 5 deletions

View File

@ -61,12 +61,7 @@ endif
# END BYPASS_OS_DETECT
endif
# FreeBSD uses sdl11 instead of sdl
ifdef FREEBSD
SDL_CONFIG:=sdl11-config
else
SDL_CONFIG:=sdl-config
endif
# set libpng-config to the default value
LIBPNG_CONFIG :=libpng-config