Mercurial > sdl-ios-xcode
comparison test/configure.in @ 1367:e440d5c488c1
Fixes for BeOS and Solaris builds
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Feb 2006 08:43:23 +0000 |
parents | 12b13601a544 |
children | d94b080ff6ce |
comparison
equal
deleted
inserted
replaced
1366:34d9df784d84 | 1367:e440d5c488c1 |
---|---|
15 AC_PROG_CC | 15 AC_PROG_CC |
16 | 16 |
17 dnl Check for compiler environment | 17 dnl Check for compiler environment |
18 | 18 |
19 AC_C_CONST | 19 AC_C_CONST |
20 | |
21 FIXME: add math library for testsprite | |
20 | 22 |
21 dnl Figure out which math library to use | 23 dnl Figure out which math library to use |
22 case "$target" in | 24 case "$target" in |
23 *-*-cygwin* | *-*-mingw32*) | 25 *-*-cygwin* | *-*-mingw32*) |
24 MATHLIB="" | 26 MATHLIB="" |