summaryrefslogtreecommitdiff
path: root/win32/config.bc
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2010-09-23 09:56:11 -0400
committerAndy Dougherty <doughera@lafayette.edu>2010-09-23 09:56:11 -0400
commit5f849059f495b65249fd9ede43c430c75e107d18 (patch)
tree811b4d88aee9d8d7c77fde531802e014a2b7c725 /win32/config.bc
parent26aeb005de2cb73eccc572578b63e148607e9232 (diff)
downloadperl-5f849059f495b65249fd9ede43c430c75e107d18.tar.gz
Add default setting of perl_static_inline='static' to all win32 configs.
Win32 users who know better are invited to change the definitions as appropriate, but this should at least allow it to build.
Diffstat (limited to 'win32/config.bc')
-rw-r--r--win32/config.bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 612a1ee1f5..8a2e7468da 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
perladmin=''
perllibs='~libs~'
perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline=''
+perl_static_inline='static'
pg=''
phostname='hostname'
pidtype='int'