Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / ext / Thread / specific.tx
index c2bf1a1..4747b6a 100644 (file)
@@ -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;