- Refactoring configure.ac a bit to use $host (please test on your platform)

- Use include GLUT_H instead of refering to the file directly since Mac
  unfortunately chose to put this in GLUT/glut.h :-(
This commit is contained in:
curt
2002-12-10 19:12:34 +00:00
parent 7d73dc6602
commit cb2df234ae
17 changed files with 168 additions and 106 deletions

View File

@@ -46,6 +46,7 @@
#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
SG_USING_STD(streambuf);
SG_USING_STD(ostream);
SG_USING_STD(cout);
SG_USING_STD(cerr);
SG_USING_STD(endl);
#else