summaryrefslogtreecommitdiff
blob: ad46079e945d19327b777478d2012205f004c4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/configure.ac b/configure.ac
index b01e5fa..943890b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ fi
 # Checks for header files.
 # ^^^^^^^^^^^^^^^^^^^^^^^^
 
-AC_CHECK_HEADERS([GL/gl.h])
+# AC_CHECK_HEADERS([GL/gl.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/src/typedef.h b/src/typedef.h
index 8d2efcc..0ba62fe 100644
--- a/src/typedef.h
+++ b/src/typedef.h
@@ -27,7 +27,7 @@
 
 // comment this out if you have no GL/gl.h available...
 
-#define HAVE_GL_H	// 2008-07-31 ; also with mingw comment this out???
+// #define HAVE_GL_H	// 2008-07-31 ; also with mingw comment this out???
 
 // added by Robert Williams for Compaq cxx, alpha 11/28/01