h2ph misquotes #error directives
[p5sagit/p5-mst-13.2.git] / t / lib / english.t
index 1a96c77..9691229 100755 (executable)
@@ -5,7 +5,7 @@ print "1..16\n";
 BEGIN { @INC = '../lib' }
 use English;
 use Config;
-my $threads = $Config{archname} =~ /-thread$/;
+my $threads = $Config{'usethreads'} || 0;
 
 print $PID == $$ ? "ok 1\n" : "not ok 1\n";