diff --git a/tools/configure b/tools/configure index 1bc64484f0..04699cb3e4 100755 --- a/tools/configure +++ b/tools/configure @@ -435,7 +435,9 @@ simcc () { else echo "Your sdl-config does not know about static libs, falling back to shared library" sdlldopts=$($sdl --libs) - LDOPTS=`echo $LDOPTS | sed -e s/ -static//` +# if [ "$win32crosscompile" = "yes" ] ; then + LDOPTS=`echo $LDOPTS | sed -e s/-static//` +# fi fi GCCOPTS="$GCCOPTS ${sdlccopts}" LDOPTS="$LDOPTS ${sdlldopts}"