Detypo.
[p5sagit/p5-mst-13.2.git] / t / op / nothread.t
index acc2089..a0d444d 100755 (executable)
@@ -9,7 +9,7 @@ BEGIN
   @INC = "../lib";
   require Config;
   import Config;
-  if ($Config{'ccflags'} =~ /-DUSE_THREADS\b/)
+  if ($Config{'usethreads'})
    {
     print "1..0\n";
     exit 0;