Hi,

is there a reason why SimGear/misc/zfstram.hxx was changed from

#ifdef HAVE_ZLIB
#  include <zlib.h>
#else
#  include <simgear/zlib/zlib.h>
#endif

to

#include <zlib.h>

? As ZLIB isn't standard (perhaps except on Linux) it's great to have
the fallback to the supplied version. And adding the additional include
directories to ZLIB and probably Metakit (dunno as my compilation
stopped that early) isn't my idea of a clean compilation.

CU,
Christian

--
The idea is to die young as late as possible.        -- Ashley Montague

Whoever that is/was; (c) by Douglas Adams would have been better...

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to