Re: [hatari-devel] configure does not check for zlib.h

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


On 30/05/2012 22:32, Christer Solskogen wrote:
And I think it should, since without it compilation will fail.



Hello

are you sure ? In CMakelists.txt :

find_package(ZLIB)
if(ZLIB_FOUND)
        set(HAVE_LIBZ 1)
        set(HAVE_ZLIB_H 1)
endif(ZLIB_FOUND)


Nicolas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/