summaryrefslogtreecommitdiff
path: root/t/op/nothread.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/nothread.t')
-rw-r--r--t/op/nothread.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/nothread.t b/t/op/nothread.t
index 7d42d276c8..a0d444d90b 100644
--- a/t/op/nothread.t
+++ b/t/op/nothread.t
@@ -9,7 +9,7 @@ BEGIN
@INC = "../lib";
require Config;
import Config;
- if ($Config{'ccflags'} =~ /USE_THREADS\b/)
+ if ($Config{'usethreads'})
{
print "1..0\n";
exit 0;