Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 15, 2007
1 parent fb5359c commit 22918da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -1374,6 +1374,7 @@ CheckOpenGLX11()
AC_TRY_COMPILE([
#include <GL/gl.h>
#include <GL/glx.h>
#include <GL/glu.h>
],[
],[
video_opengl=yes
Expand Down

0 comments on commit 22918da

Please sign in to comment.