# HG changeset patch # User Sam Lantinga # Date 1153812351 0 # Node ID 37a7580357d1b70d8511b8d3380fb70093699db5 # Parent 861893943d53fbd02dbe51f2b6cc2d90995d9b4d SDL applications no longer need to link with Cocoa (unless they want to) diff -r 861893943d53 -r 37a7580357d1 configure.in --- a/configure.in Tue Jul 25 07:14:40 2006 +0000 +++ b/configure.in Tue Jul 25 07:25:51 2006 +0000 @@ -2609,7 +2609,6 @@ case "$ARCH" in macosx) - SDL_LIBS="$SDL_LIBS -Wl,-framework,Cocoa" # Evil hack to allow static linking on Mac OS X SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" ;;