From e460f040cdae10de321ad8b0bc60f7637e75c413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 9 Nov 1999 01:02:09 +0100
Subject: [PATCH] Should now pass the testsuite even with a disabled GL module.

Rev: lib/modules/GLU.pmod:1.6
---
 lib/modules/GLU.pmod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/GLU.pmod b/lib/modules/GLU.pmod
index 87ca0219db..773d878a0c 100644
--- a/lib/modules/GLU.pmod
+++ b/lib/modules/GLU.pmod
@@ -1,9 +1,9 @@
 /*
- * $Id: GLU.pmod,v 1.5 1999/10/25 19:10:26 mirar Exp $
+ * $Id: GLU.pmod,v 1.6 1999/11/09 00:02:09 grubba Exp $
  *
  * GL Utilities module.
  */
-#if constant(GL)
+#if constant(GL.glGet)
 import GL;
 import Math;
 
-- 
GitLab