Mercurial > sdl-ios-xcode
comparison configure.in @ 2125:fab12febc0f9
Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 15 Jun 2007 12:27:43 +0000 |
parents | 024af473e643 |
children | 04e9ad5318dc |
comparison
equal
deleted
inserted
replaced
2124:11ab270f5106 | 2125:fab12febc0f9 |
---|---|
1372 AC_MSG_CHECKING(for OpenGL (GLX) support) | 1372 AC_MSG_CHECKING(for OpenGL (GLX) support) |
1373 video_opengl=no | 1373 video_opengl=no |
1374 AC_TRY_COMPILE([ | 1374 AC_TRY_COMPILE([ |
1375 #include <GL/gl.h> | 1375 #include <GL/gl.h> |
1376 #include <GL/glx.h> | 1376 #include <GL/glx.h> |
1377 #include <GL/glu.h> | |
1377 ],[ | 1378 ],[ |
1378 ],[ | 1379 ],[ |
1379 video_opengl=yes | 1380 video_opengl=yes |
1380 ]) | 1381 ]) |
1381 AC_MSG_RESULT($video_opengl) | 1382 AC_MSG_RESULT($video_opengl) |