On Thursday 08 June 2006 14:26, Peter Kümmel wrote:
> Why does the kdelibs version of
> FindZLIB.cmake only test for the
> header?
> 
> 
> Shouldn't it be:
> 
> - IF (ZLIB_INCLUDE_DIR)
> + IF (ZLIB_INCLUDE_DIR AND ZLIB_LIBRARY)
>    SET(ZLIB_FOUND TRUE)

I wonder if that's because the libz symbols could be part of Qt, on systems 
where
qt isn't compiled with -system-zlib.

-- 
David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to