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 /hints | |
parent | 88307081960aa9b8190f0fe9acb8906b2372e7ec (diff) | |
download | perl-ca7a8ddf2fb8678942ca04fb07cdeaf677dd77e8.tar.gz |
Correct a couple more cases of $Config{useshrplib}
p4raw-id: //depot/perl@31526
Diffstat (limited to 'hints')
-rw-r--r-- | hints/uts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index eb0d78ce11..2ac5221ca6 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -17,7 +17,7 @@ libs='-lsocket -lnsl -ldl -lm' libswanted='m' prefix='/usr/local' toke_cflags='optimize=""' -useshrplib='define' +useshrplib='true' ################################# # Some less routine stuff: |