2011/11/29 Christoph Egger <[email protected]>: > Seems mothur doesn't build on !linux debian architectures because > it's authors believed everything thyat isn't linux or a mac is > windows. The patch below should fix that for the *debian* > architectures. For upstream a different patch might be more suiteable > to e.g. include plain FreeBSD.
How about using defined(__unix__) instead? This works both on GNU systems and on FreeBSD. -- Robert Millan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

