diff options
author | Steve Hay <SteveHay@planit.com> | 2007-07-03 16:13:58 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-07-03 16:13:58 +0000 |
commit | ca7a8ddf2fb8678942ca04fb07cdeaf677dd77e8 (patch) | |
tree | 174c39c85b6028a3c569e4165d7e7629925315b8 /vms | |
parent | 88307081960aa9b8190f0fe9acb8906b2372e7ec (diff) | |
download | perl-ca7a8ddf2fb8678942ca04fb07cdeaf677dd77e8.tar.gz |
Correct a couple more cases of $Config{useshrplib}
p4raw-id: //depot/perl@31526
Diffstat (limited to 'vms')
-rw-r--r-- | vms/genconfig.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/genconfig.pl b/vms/genconfig.pl index 6e9df703eb..02a2ea3fc0 100644 --- a/vms/genconfig.pl +++ b/vms/genconfig.pl @@ -79,7 +79,7 @@ ar='undef' eunicefix=':' hint='none' hintfile='undef' -useshrplib='define' +useshrplib='true' usemymalloc='n' usevfork='true' spitshell='write sys\$output ' |