about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-29 21:17:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-29 21:17:12 +0000
commit0650b25ed6a0123e58c76616fef606fd3f8ad799 (patch)
tree76f2051a92fc6e93c06d2d4af44bf3f1178c0454 /buildtools
parentc85e6aae67d557791c2e15992d2df2839a5d0bf6 (diff)
downloadnetpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.tar.gz
netpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.tar.xz
netpbm-mirror-0650b25ed6a0123e58c76616fef606fd3f8ad799.zip
Release 10.47.49
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2165 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/configure.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index edd7b865..21f11bf3 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -2157,6 +2157,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") {