--- a/test/testdyngl.c Mon May 01 06:58:33 2006 +0000 +++ b/test/testdyngl.c Wed May 17 08:18:28 2006 +0000 @@ -19,6 +19,10 @@ #include "SDL.h" +#ifdef __MACOS__ +#define HAVE_OPENGL +#endif + #ifdef HAVE_OPENGL #include "SDL_opengl.h"