(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 536c76ca9f
commit 96e6fc3c90

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