Mercurial > sdl-ios-xcode
comparison test/configure.in @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | 0a53c90a37f9 |
children |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
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="" | 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" |