Fixes for Mac OS X

This commit is contained in:
john.mccutchan
2008-10-03 22:20:20 +00:00
parent a70b0550ef
commit 192198f365
4 changed files with 31 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ case "$host" in
;;
*-*-darwin*)
AC_DEFINE(PLATFORM_APPLE, 1, [Platform is Apple])
opengl_LIBS="-framework AGL -framework OpenGL"
opengl_LIBS="-framework AGL -framework OpenGL -framework GLUT"
PLATFORM_STRING="Apple"
;;
*)