diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 09:56:11 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 09:56:11 -0400 |
commit | 5f849059f495b65249fd9ede43c430c75e107d18 (patch) | |
tree | 811b4d88aee9d8d7c77fde531802e014a2b7c725 /win32/config.ce | |
parent | 26aeb005de2cb73eccc572578b63e148607e9232 (diff) | |
download | perl-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.ce')
-rw-r--r-- | win32/config.ce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.ce b/win32/config.ce index a86ead1664..fb6b402f1b 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -822,7 +822,7 @@ perl='perl' perl_patchlevel='~PERL_PATCHLEVEL~' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='' +perl_static_inline='static' pg='' phostname='hostname' pidtype='int' |