diff --git a/dtool/Config.pp b/dtool/Config.pp index 0e5ac59e3b..901bf78e82 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -203,10 +203,10 @@ #defer HAVE_GLUT $[libtest $[GLUT_LPATH],$[GLUT_LIBS]] // Should we try to build the WGL interface? -#define HAVE_WGL +#define HAVE_WGL $[eq $[PLATFORM],Win32] // Should we try to build the SGI-specific glxdisplay? -#define HAVE_SGIGL +#define HAVE_SGIGL $[eq $[PLATFORM],Irix] // Should we try to build the DirectX interface? What additional // libraries do we need?