diff -urN hylafax-4.1.5.org/configure hylafax-4.1.5/configure --- hylafax-4.1.5.org/configure Thu Mar 20 16:46:22 2003 +++ hylafax-4.1.5/configure Thu Mar 20 16:47:09 2003 @@ -2314,7 +2314,7 @@ if [ ${header_ver} -ge 19960307 ]; then if [ "${lib_ver}" = "3.4" ]; then tiff_runlen_t="uint16" - elif [ "${lib_ver}" = "3.5" ]; then + elif [ "${lib_ver}" = "3.5" -o "${lib_ver}" = "3.6" ]; then tiff_runlen_t="uint32" fi fi