Skip to content

Commit

Permalink
Win32 handling for checking for libtiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Apr 3, 2001
1 parent 22741fb commit 76c8a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -251,7 +251,7 @@ sub init {
order=>'23',
def=>'HAVE_LIBTIFF',
inccheck=>sub { $_[0] eq 'tiffio.h' },
libcheck=>sub { $_[0] eq 'libtiff.a' or $_ eq "libtiff.$lext" },
libcheck=>sub { $_[0] eq "libtiff$aext" or $_ eq "libtiff.$lext" },
libfiles=>'-ltiff',
objfiles=>'tiff.o',
docs=>q{
Expand Down

0 comments on commit 76c8a0a

Please sign in to comment.