diff test/configure.in @ 3298:94f22808d19e

Whoops, this breaks building on Mac OS X 10.4
author Sam Lantinga <slouken@libsdl.org>
date Tue, 22 Sep 2009 02:20:56 +0000
parents 0d60bdebed39
children 3e043c661dfc
line wrap: on
line diff
--- a/test/configure.in	Mon Sep 21 22:25:14 2009 +0000
+++ b/test/configure.in	Tue Sep 22 02:20:56 2009 +0000
@@ -28,7 +28,7 @@
     *-*-darwin* )
         EXE=""
         MATHLIB=""
-        SYS_GL_LIBS="-framework OpenGL"
+        SYS_GL_LIBS="-Wl,-framework,OpenGL"
         ;;
     *-*-aix*)
         EXE=""