David Rose 23 år sedan
förälder
incheckning
9d76c5a87e
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      dtool/Config.pp

+ 3 - 1
dtool/Config.pp

@@ -278,7 +278,9 @@
 #define GLUT_IPATH
 #define GLUT_LPATH
 #define GLUT_LIBS glut
-#defer HAVE_GLUT $[libtest $[GLUT_LPATH],$[GLUT_LIBS]]
+//#defer HAVE_GLUT $[libtest $[GLUT_LPATH],$[GLUT_LIBS]]
+// For now, glut is broken.  Don't even try to build it.
+#define HAVE_GLUT
 
 // Should we try to build the WGL interface?
 #define HAVE_WGL $[eq $[PLATFORM],Win32]