diff 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
line wrap: on
line diff
--- a/test/configure.in	Thu May 11 03:45:55 2006 +0000
+++ b/test/configure.in	Thu May 11 04:16:39 2006 +0000
@@ -28,7 +28,7 @@
     *-*-darwin* )
         EXE=""
         MATHLIB=""
-        SYS_GL_LIBS=""
+        SYS_GL_LIBS="-Wl,-framework,OpenGL"
         ;;
     *-*-aix*)
         EXE=""