changeset 4628:77d4257f3fc2 draft

(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
author tron <tron@openttd.org>
date Thu, 21 Sep 2006 06:25:13 +0000
parents 461390879182
children 736e11b3d5f6
files makefiledir/Makefile.libdetection
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -61,12 +61,7 @@
 # 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