Commit 78f4e16e authored by Ryan C. Gordon's avatar Ryan C. Gordon

Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402359
parent c8f4ff31
...@@ -1374,6 +1374,7 @@ CheckOpenGLX11() ...@@ -1374,6 +1374,7 @@ CheckOpenGLX11()
AC_TRY_COMPILE([ AC_TRY_COMPILE([
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glx.h> #include <GL/glx.h>
#include <GL/glu.h>
],[ ],[
],[ ],[
video_opengl=yes video_opengl=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment