gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash libbase/tu_config.h server/swf/tag_loader...


From: Rob Savoye
Subject: Re: [Gnash-commit] gnash libbase/tu_config.h server/swf/tag_loader...
Date: Wed, 02 May 2007 11:16:47 -0600
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Martin Guy wrote:

>  // build.  Be aware of what you're doing -- it may break features that
>  // you need!
>  #ifndef TU_CONFIG_LINK_TO_ZLIB
> -#define TU_CONFIG_LINK_TO_ZLIB 1
> +# ifdef HAVE_ZLIB_H
> +#  define TU_CONFIG_LINK_TO_ZLIB 1
> +# else
> +#  define TU_CONFIG_LINK_TO_ZLIB 0
> +# endif
>  #endif

 All the occurances of TU_CONFIG_LINK_TO_ZLIB should probably be
replaced with HAVE_ZLIB_H. Why have two settings for the same thing ?

        - rob -






reply via email to

[Prev in Thread] Current Thread [Next in Thread]