Mercurial > sdl-ios-xcode
comparison test/configure.in @ 1813:a7cda692b681
sdl-config doesn't include the OpenGL library in --libs
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 11 May 2006 04:16:39 +0000 |
parents | 31c2b8e4885e |
children | c121d94672cb 1164b2b282a2 |
comparison
equal
deleted
inserted
replaced
1812:9c882e94b545 | 1813:a7cda692b681 |
---|---|
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" |