![]() |
hylafax-cvs-20000604.tar.gz from the latest rpm. All is ok on libtiff 3.5 systems. I'm trying it on a rh61, libtiff-3.4-6 system. configure fails. == ... checking TIFF library version Found tiffio.h version 19960307 Found libtiff version 3.4033 Incompatible TIFF Library. == There is a test in configure for the libtiff version; this test expects either 3.4 or 3.5 === if [ ${header_ver} -ge 19960307 ]; then if [ "${lib_ver}" = "3.4" ]; then tiff_runlen_t="uint16" elif [ "${lib_ver}" = "3.5" ]; then tiff_runlen_t="uint32" fi fi ... ... if [ "${tiff_runlen_t}" != "" ]; then export tiff_runlen_t return 0 else cat 1>&2 <<EOF Incompatible TIFF Library. === Since on rh61 the TIFF version is 3.4033 the test fails even if the tiff version would be ok. Could this be fixed (if not already fixed in latest CVS)? -- giulioo@pobox.com ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null