From 2ced0fd0c8349ac3c06d21d56996160ff53262f1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 25 Jul 2006 07:25:51 +0000 Subject: [PATCH] SDL applications no longer need to link with Cocoa (unless they want to) --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index af934d1f4..42f8ac630 100644 --- a/configure.in +++ b/configure.in @@ -2609,7 +2609,6 @@ fi 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" ;;