projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7602b
)
Stop a warning generated from thread's Makefile.PL
author
Steve Peters
<steve@fisharerojo.org>
Fri, 26 May 2006 13:38:16 +0000
(13:38 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Fri, 26 May 2006 13:38:16 +0000
(13:38 +0000)
p4raw-id: //depot/perl@28310
ext/threads/Makefile.PL
patch
|
blob
|
history
diff --git
a/ext/threads/Makefile.PL
b/ext/threads/Makefile.PL
index
cec0662
..
c10f046
100755
(executable)
--- a/
ext/threads/Makefile.PL
+++ b/
ext/threads/Makefile.PL
@@
-72,7
+72,6
@@
WriteMakefile(
'threads.pm' => '$(INST_LIBDIR)/threads.pm',
},
'PREREQ_PM' => {
- 'threads::shared' => 0,
'XSLoader' => 0,
},
'INSTALLDIRS' => 'perl',