(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
authortron
Thu, 21 Sep 2006 06:25:13 +0000
changeset 4628 d708fc51ce3d
parent 4627 85305c208842
child 4629 fab27a2e0dfc
(svn r6491) Remove the SDL_CONFIG=sdl11-config special case for FreeBSD, it's not needed any longer
makefiledir/Makefile.libdetection
--- a/makefiledir/Makefile.libdetection	Wed Sep 20 19:31:56 2006 +0000
+++ b/makefiledir/Makefile.libdetection	Thu Sep 21 06:25:13 2006 +0000
@@ -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