There was an error while loading. Please reload this page.
1 parent 10e4a09 commit 42728dbCopy full SHA for 42728db
1 file changed
utils/glversion.c
@@ -15,10 +15,6 @@
15
#define OGL_FREEGLUT_VERSION_EXPR -1
16
17
#ifdef __APPLE__
18
-/* NB: not ideal -- this assumes that we always build with AGL interface on Mac OS X
19
- * Ideally, the flag HAVE_AGL_GLUT should be set appropriately by Makefile.PL when building glversion
20
- * and used to check here, but this will require substantial changes to the get_extensions() there
21
- */
22
#include <GLUT/glut.h>
23
#else
24
#include <GL/glut.h>
0 commit comments