changeset 1939:37a7580357d1

SDL applications no longer need to link with Cocoa (unless they want to)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 25 Jul 2006 07:25:51 +0000
parents 861893943d53
children 255fb6feae0d
files configure.in
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"
     ;;