diff configure.in @ 5050:2add0d17180b

SDL doesn't depend on GLU, and overwhelming feedback from the mailing list is that people don't want it included in SDL_opengl.h
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jan 2011 22:55:51 -0800
parents 187d7d446306
children e8916fe9cfc8
line wrap: on
line diff
--- a/configure.in	Wed Jan 19 22:39:02 2011 -0800
+++ b/configure.in	Wed Jan 19 22:55:51 2011 -0800
@@ -1573,7 +1573,6 @@
         AC_TRY_COMPILE([
          #include <GL/gl.h>
          #include <GL/glx.h>
-         #include <GL/glu.h>
         ],[
         ],[
         video_opengl=yes