and while we are on the subject what is the philosophy on ifdefing header files?
(I have freetype 2.0.1 from RedHat 7.1 so this morning's build failed because I don't have the trig stuff.)
If we test for a header file and only include it if it is present should we be putting similar ifdefs around the code that required the header and providing alternatives when it is not present, or specifying that it NEEDS to exist?
Bill