From f069740c93b6a61f3e5bd44f9ea784e0fd498a55 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 31 Oct 2000 05:51:17 +0000 Subject: [PATCH] *** empty log message *** --- dtool/Config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?