Commit 97040c074d2bd176b8ec075fbd9a79b020cad359

sammy 2009-09-13T08:59:48

Solaris 10 now has glu.h in the proper place. Reverting [947] as suggested by bzflag developer Bullet Catcher.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/FTInternals.h b/src/FTInternals.h
index 5c12b87..c4ad51c 100644
--- a/src/FTInternals.h
+++ b/src/FTInternals.h
@@ -73,11 +73,7 @@
             #include <OpenGL/glu.h>
         #else
             #include <GL/gl.h>
-            #if defined (__sun__) && !defined (__sparc__)
-                #include <mesa/glu.h>
-            #else
-                #include <GL/glu.h>
-            #endif
+            #include <GL/glu.h>
         #endif
 
     #endif