Stop a warning generated from thread's Makefile.PL
authorSteve Peters <steve@fisharerojo.org>
Fri, 26 May 2006 13:38:16 +0000 (13:38 +0000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 26 May 2006 13:38:16 +0000 (13:38 +0000)
p4raw-id: //depot/perl@28310

ext/threads/Makefile.PL

index cec0662..c10f046 100755 (executable)
@@ -72,7 +72,6 @@ WriteMakefile(
         'threads.pm'    => '$(INST_LIBDIR)/threads.pm',
     },
     'PREREQ_PM'         => {
-        'threads::shared' => 0,
         'XSLoader'        => 0,
     },
     'INSTALLDIRS'       => 'perl',