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 -




_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to