X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2FMakefile.PL;h=1ab8bc5e1901790cb59d50cab6b1a89337829e0c;hb=313e3311ff463cfb1de02a3e944a3a32a6497023;hp=02d5c10c1feb57405a102b00423ad9b337ad09ab;hpb=fc6e75a28e1a994eca7e719fca6eaf31de1e54c8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/Makefile.PL b/ext/threads/Makefile.PL index 02d5c10..1ab8bc5 100755 --- a/ext/threads/Makefile.PL +++ b/ext/threads/Makefile.PL @@ -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"; }