From 7978eb4927aba6681ff912fe355e6e6bd84ef526 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 20 Feb 2013 02:49:16 +0000 Subject: Release 10.61.02 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1851 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/configure.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildtools/configure.pl') diff --git a/buildtools/configure.pl b/buildtools/configure.pl index fc0a23ce..7a2f5513 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -2246,6 +2246,9 @@ if ($platform eq "GNU") { push(@config_mk, 'DLLVER=$(NETPBM_MAJOR_RELEASE)', "\n"); push(@config_mk, "LDSHLIB = " . '-shared -Wl,--image-base=0x10000000 -Wl,--enable-auto-import', "\n"); + if ($subplatform ne "cygwin") { + push(@config_mk, "MSVCRT = Y\n"); + } } elsif ($platform eq "BEOS") { push(@config_mk, "LDSHLIB = -nostart\n"); } elsif ($platform eq "OPENBSD") { -- cgit 1.4.1