comparison configure.in @ 1621:f12379c41042

Fixes bug #195: The proper name of Apple's operating system is "Mac OS X" not "MacOS X", as can bee seen in many places, for example http://www.apple.com/macosx/). This contrasts the naming of the old operating system, which was called "MacOS" and today is often refered to as "MacOS Classic". The attached patches fixes the misuse of the name "MacOS X" in both the SDL12 and sdlweb CVS modules.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 13 Apr 2006 13:08:26 +0000
parents ec3466b08f17
children 8208ae96bb2d
comparison
equal deleted inserted replaced
1620:2fe5319df0e1 1621:f12379c41042
2361 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then 2361 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then
2362 AC_DEFINE(SDL_LOADSO_DLCOMPAT) 2362 AC_DEFINE(SDL_LOADSO_DLCOMPAT)
2363 SOURCES="$SOURCES $srcdir/src/loadso/macosx/*.c" 2363 SOURCES="$SOURCES $srcdir/src/loadso/macosx/*.c"
2364 have_loadso=yes 2364 have_loadso=yes
2365 fi 2365 fi
2366 # The MacOS X platform requires special setup. 2366 # The Mac OS X platform requires special setup.
2367 SDLMAIN_SOURCES="$srcdir/src/main/macosx/*.m" 2367 SDLMAIN_SOURCES="$srcdir/src/main/macosx/*.m"
2368 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings" 2368 EXTRA_CFLAGS="$EXTRA_CFLAGS -fpascal-strings"
2369 SDL_LIBS="-lSDLmain $SDL_LIBS" 2369 SDL_LIBS="-lSDLmain $SDL_LIBS"
2370 if test x$enable_video_cocoa = xyes; then 2370 if test x$enable_video_cocoa = xyes; then
2371 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa" 2371 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,Cocoa"