# HG changeset patch # User tron # Date 2007-01-05 17:29:35 # Node ID 32abb09eb51cfe3c0810ccdb39a3a7149b33e012 # Parent 81a054d7a8da50e8b68ec067925e68a8c97b3cd3 (svn r7878) Remove the long gone sdl11-config (again) diff --git a/config.lib b/config.lib --- a/config.lib +++ b/config.lib @@ -1301,12 +1301,7 @@ detect_sdl() { 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