Skip to content

Commit

Permalink
allow 4.0.8 (this may fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 5, 2024
1 parent b94fabb commit c391008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TIFF/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ else {
}
fprintf(stderr, "TIFF: library version %.*s, header version %ld\n", ver_len, ver_start, (long)TIFFLIB_VERSION);
if (TIFFLIB_VERSION < 20191103) {
fprintf(stderr, "TIFF: libtiff 4.1.0 or later required\n");
if (TIFFLIB_VERSION < 20170521) {
fprintf(stderr, "TIFF: libtiff 4.0.8 or later required\n");
return 1;
}
return 0;
Expand Down

0 comments on commit c391008

Please sign in to comment.