https://bugzilla.redhat.com/show_bug.cgi?id=840244 --- Comment #10 from pcpa <paulo.cesar.pereira.de.andrade@xxxxxxxxx> --- (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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review