comparison configure.in @ 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 103c6fec2a60
children 255fb6feae0d
comparison
equal deleted inserted replaced
1938:861893943d53 1939:37a7580357d1
2607 SDL_RLD_FLAGS="" 2607 SDL_RLD_FLAGS=""
2608 fi 2608 fi
2609 2609
2610 case "$ARCH" in 2610 case "$ARCH" in
2611 macosx) 2611 macosx)
2612 SDL_LIBS="$SDL_LIBS -Wl,-framework,Cocoa"
2613 # Evil hack to allow static linking on Mac OS X 2612 # Evil hack to allow static linking on Mac OS X
2614 SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS" 2613 SDL_STATIC_LIBS="\${exec_prefix}/lib/libSDL.a $EXTRA_LDFLAGS"
2615 ;; 2614 ;;
2616 *) 2615 *)
2617 SDL_STATIC_LIBS="$SDL_LIBS" 2616 SDL_STATIC_LIBS="$SDL_LIBS"