Mercurial > sdl-ios-xcode
comparison configure.in @ 2139:c2a276a27381
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:49:34 +0000 |
parents | 04e9ad5318dc |
children | b93d0b4625f6 |
comparison
equal
deleted
inserted
replaced
2138:9af6717e676a | 2139:c2a276a27381 |
---|---|
2329 CheckVisibilityHidden | 2329 CheckVisibilityHidden |
2330 CheckDummyVideo | 2330 CheckDummyVideo |
2331 CheckDiskAudio | 2331 CheckDiskAudio |
2332 CheckDummyAudio | 2332 CheckDummyAudio |
2333 CheckDLOPEN | 2333 CheckDLOPEN |
2334 | 2334 CheckNASM |
2335 # Temporarily disabled: | |
2336 # ld: mmxp2_32.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: _mmxreturn | |
2337 #CheckNASM | |
2338 | 2335 |
2339 # Set up files for the shared object loading library | 2336 # Set up files for the shared object loading library |
2340 # (this needs to be done before the dynamic X11 check) | 2337 # (this needs to be done before the dynamic X11 check) |
2341 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then | 2338 if test x$enable_loadso = xyes -a x$have_dlopen != xyes; then |
2342 AC_DEFINE(SDL_LOADSO_DLCOMPAT) | 2339 AC_DEFINE(SDL_LOADSO_DLCOMPAT) |