diff -r 7d097f543601 configure --- a/configure Tue Jan 31 10:07:19 2012 -0300 +++ b/configure Fri Feb 24 09:23:57 2012 -0300 @@ -27903,7 +27903,7 @@ case "$ARCH" in macosx) # Evil hack to allow static linking on Mac OS X - SDL_STATIC_LIBS="\${libdir}/libSDL2.a $EXTRA_LDFLAGS" + SDL_STATIC_LIBS="-lSDL2 $EXTRA_LDFLAGS" ;; *) SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS" diff -r 7d097f543601 configure.in --- a/configure.in Tue Jan 31 10:07:19 2012 -0300 +++ b/configure.in Fri Feb 24 09:23:57 2012 -0300 @@ -2562,7 +2562,7 @@ case "$ARCH" in macosx) # Evil hack to allow static linking on Mac OS X - SDL_STATIC_LIBS="\${libdir}/libSDL2.a $EXTRA_LDFLAGS" + SDL_STATIC_LIBS="-lSDL2 $EXTRA_LDFLAGS" ;; *) SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"