Christian Mayer wrote:

 
> Anyway, could all 
> 
>  #include <zlib.h>
> 
> lines be changed back to
> 
>  #ifdef HAVE_ZLIB
>  #  include <zlib.h>
>  #else
>  #  include <simgear/zlib/zlib.h>
>  #endif
> 
> w/o causing any trouble? This would help me. I wouldn't need any other
> change as the directories are still there.


You have to realize that metakit and zlib aren't compiled in SimGear 
anymore. Adding thise lines may also add some confusion.

Erik


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

Reply via email to