https://bugzilla.redhat.com/show_bug.cgi?id=840244

--- Comment #10 from pcpa <[email protected]> ---
(In reply to comment #8)

> I noticed that the configure script reports that it cannot find tiffio.h,
> even though that file is in libtiff-devel.  Do you know what's going on
> there?

Actually, it only checks for tiff34/tiffio.h and if found, it will
link to -ltiff34, otherwise, it will include tiffio.h and link to
-ltiff. The what link to is defined in configure, and the source
that uses it is surf-1.0.6/image-formats/tiffprint.cc:

#ifdef TIFF_HEADER_34
#include <tiff34/tiffio.h>
#else
#include <tiffio.h>
#endif

So, the message in config.log is a bit misleading, but is the
expected result.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to