Mercurial > sdl-ios-xcode
comparison test/configure.in @ 3622:3e043c661dfc
Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 10 Jan 2010 04:42:45 +0000 |
parents | 94f22808d19e |
children | 9a73fecd9181 |
comparison
equal
deleted
inserted
replaced
3621:2fbe6995b2a2 | 3622:3e043c661dfc |
---|---|
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="-Wl,-framework,OpenGL" | 31 SYS_GL_LIBS="-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" |