Solaris 10 now has glu.h in the proper place. Reverting [947] as suggested by bzflag developer Bullet Catcher.
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