--- a/configure 2013-09-22 14:41:41.828000000 +0300 +++ b/configure 2013-09-22 14:42:20.396000000 +0300 @@ -1752,7 +1752,7 @@ int main( void ) { return SDL_Init (SDL_ EOF sdl_cflags=`$sdlconfig --cflags 2> /dev/null` if test "$static" = "yes" ; then - sdl_libs=`$sdlconfig --static-libs 2>/dev/null` + sdl_libs=`$sdlconfig --static-libs 2>/dev/null || $sdlconfig --static --libs 2>/dev/null` else sdl_libs=`$sdlconfig --libs 2> /dev/null` fi