diff test/configure.in @ 292:eadc0746dfaf

Added SDL_LockRect() and SDL_UnlockRect() Incorporated XFree86 extension libraries into the source
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 19:55:32 +0000
parents 0e5d6dd77bda
children b8679559e432
line wrap: on
line diff
--- a/test/configure.in	Sat Mar 02 16:50:35 2002 +0000
+++ b/test/configure.in	Tue Mar 05 19:55:32 2002 +0000
@@ -66,11 +66,7 @@
 AC_MSG_CHECKING(for OpenGL support)
 have_opengl=no
 AC_TRY_COMPILE([
- #if defined(__APPLE__) && defined(__MACH__)
- #include <OpenGL/gl.h>
- #else
- #include <GL/gl.h>
- #endif
+ #include "SDL_opengl.h"
 ],[
 ],[
 have_opengl=yes