Mercurial > sdl-ios-xcode
comparison configure.in @ 3991:7a649501c089 SDL-1.2
Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 02 Jul 2007 02:45:52 +0000 |
parents | 590d6f5da52b |
children | 81837116ef59 |
comparison
equal
deleted
inserted
replaced
3990:1164b2b282a2 | 3991:7a649501c089 |
---|---|
2501 CheckVisibilityHidden | 2501 CheckVisibilityHidden |
2502 CheckDummyVideo | 2502 CheckDummyVideo |
2503 CheckDiskAudio | 2503 CheckDiskAudio |
2504 CheckDummyAudio | 2504 CheckDummyAudio |
2505 CheckDLOPEN | 2505 CheckDLOPEN |
2506 | 2506 CheckNASM |
2507 # Temporarily disabled: | |
2508 # ld: mmxp2_32.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: _mmxreturn | |
2509 #CheckNASM | |
2510 | 2507 |
2511 # Set up files for the shared object loading library | 2508 # Set up files for the shared object loading library |
2512 # (this needs to be done before the dynamic X11 check) | 2509 # (this needs to be done before the dynamic X11 check) |
2513 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then | 2510 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then |
2514 AC_DEFINE(SDL_LOADSO_DLCOMPAT) | 2511 AC_DEFINE(SDL_LOADSO_DLCOMPAT) |