Change #12623 inflicted an infinite hang. Fixed.
[p5sagit/p5-mst-13.2.git] / ext / threads / Makefile.PL
index 02d5c10..1ab8bc5 100755 (executable)
@@ -6,7 +6,7 @@ use Config;
 
 
 unless($Config{'useithreads'} eq 'define') {
-    die "We need a perl that is built with USEITHREAD!\n";
+    die "We need a perl that is built with USEITHREADS!\n";
 }