Mercurial > sdl-ios-xcode
comparison test/configure.in @ 4229:68ee433ec474 SDL-1.2
Whoops, this breaks building on Mac OS X 10.4
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Sep 2009 02:22:14 +0000 |
parents | c56391324e59 |
children |
comparison
equal
deleted
inserted
replaced
4228:098dfc876bba | 4229:68ee433ec474 |
---|---|
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" |