comparison test/configure.in @ 4164:7a4c511c980a SDL-1.2

Date: Fri, 6 Mar 2009 12:41:17 -0800 From: scott mc Subject: Re: [SDL] patch for building on haiku Ok. I've combined the various Haiku patches for the SDL-1.2 branch into one .diff file
author Sam Lantinga <slouken@libsdl.org>
date Tue, 17 Mar 2009 03:58:53 +0000
parents 1164b2b282a2
children c56391324e59
comparison
equal deleted inserted replaced
4163:bec67d0b6645 4164:7a4c511c980a
18 *-*-cygwin* | *-*-mingw32*) 18 *-*-cygwin* | *-*-mingw32*)
19 EXE=".exe" 19 EXE=".exe"
20 MATHLIB="" 20 MATHLIB=""
21 SYS_GL_LIBS="-lopengl32" 21 SYS_GL_LIBS="-lopengl32"
22 ;; 22 ;;
23 *-*-beos*) 23 *-*-beos* | *-*-haiku*)
24 EXE="" 24 EXE=""
25 MATHLIB="" 25 MATHLIB=""
26 SYS_GL_LIBS="-lGL" 26 SYS_GL_LIBS="-lGL"
27 ;; 27 ;;
28 *-*-darwin* ) 28 *-*-darwin* )