Mercurial > sdl-ios-xcode
comparison test/configure.in @ 3298:94f22808d19e
Whoops, this breaks building on Mac OS X 10.4
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Sep 2009 02:20:56 +0000 |
parents | 0d60bdebed39 |
children | 3e043c661dfc |
comparison
equal
deleted
inserted
replaced
3297:d430982cd5cc | 3298:94f22808d19e |
---|---|
26 SYS_GL_LIBS="-lGL" | 26 SYS_GL_LIBS="-lGL" |
27 ;; | 27 ;; |
28 *-*-darwin* ) | 28 *-*-darwin* ) |
29 EXE="" | 29 EXE="" |
30 MATHLIB="" | 30 MATHLIB="" |
31 SYS_GL_LIBS="-framework OpenGL" | 31 SYS_GL_LIBS="-Wl,-framework,OpenGL" |
32 ;; | 32 ;; |
33 *-*-aix*) | 33 *-*-aix*) |
34 EXE="" | 34 EXE="" |
35 if test x$ac_cv_prog_gcc = xyes; then | 35 if test x$ac_cv_prog_gcc = xyes; then |
36 CFLAGS="-mthreads" | 36 CFLAGS="-mthreads" |