Mercurial > sdl-ios-xcode
comparison test/configure.in @ 3623:9a73fecd9181
Reverted r5460 ... this was merged from 1.2, but was later reverted there.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 10 Jan 2010 05:06:03 +0000 |
parents | 3e043c661dfc |
children |
comparison
equal
deleted
inserted
replaced
3622:3e043c661dfc | 3623:9a73fecd9181 |
---|---|
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" |