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
This commit is contained in:
parent
c8f4ff3195
commit
78f4e16e9b
1 changed files with 1 additions and 0 deletions
|
@ -1374,6 +1374,7 @@ CheckOpenGLX11()
|
|||
AC_TRY_COMPILE([
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
#include <GL/glu.h>
|
||||
],[
|
||||
],[
|
||||
video_opengl=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue