X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FThread%2Fsync2.tx;h=73112319893c69d36fabe15bfa2666f637727c81;hb=aa0165afdda5e71e536a890f6b073619c221d9bd;hp=ace0cbdfe7e09fcc25221d88f8e8fae8f24f61b8;hpb=34d676f12ecdcb32c64fe75fdc59168709fa30ea;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Thread/sync2.tx b/ext/Thread/sync2.tx index ace0cbd..7311231 100644 --- a/ext/Thread/sync2.tx +++ b/ext/Thread/sync2.tx @@ -4,10 +4,6 @@ BEGIN { print "1..0 # Skip: no Config\n"; exit(0); } - if ($Config{extensions} !~ /\bThread\b/) { - print "1..0 # Skip: no use5005threads\n"; - exit(0); - } } use Thread;