summaryrefslogtreecommitdiff
path: root/win32/config.bc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-07-03 14:16:23 +0000
committerSteve Hay <SteveHay@planit.com>2007-07-03 14:16:23 +0000
commit11bf1e5ca5a51f6614f142cfab10ec21e8a7737f (patch)
tree0790d96a8f1c4059b5aa86601891d81167d3fce5 /win32/config.bc
parent2e0bd20a679fb1bbac69b08806e56bdf2f7ae312 (diff)
downloadperl-11bf1e5ca5a51f6614f142cfab10ec21e8a7737f.tar.gz
$Config{useshrplib} should be 'true' rather than 'yes' when using
a shared perl library p4raw-id: //depot/perl@31523
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 7a048d0068..d46c838729 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -994,7 +994,7 @@ useposix='true'
usereentrant='undef'
userelocatableinc='undef'
usesfio='false'
-useshrplib='yes'
+useshrplib='true'
usesitecustomize='undef'
usesocks='undef'
usethreads='undef'