[interchange-cvs] interchange - heins modified Makefile.PL

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Tue Jun 24 17:10:01 2003


User:      heins
Date:      2003-06-24 21:09:13 GMT
Modified:  .        Makefile.PL
Log:
* Allow bypass of thread-enabled Perl ban for testing.

Revision  Changes    Path
2.40      +1 -1      interchange/Makefile.PL


rev 2.40, prev_rev 2.39
Index: Makefile.PL
===================================================================
RCS file: /var/cvs/interchange/Makefile.PL,v
retrieving revision 2.39
retrieving revision 2.40
diff -u -r2.39 -r2.40
--- Makefile.PL	18 Jun 2003 17:34:43 -0000	2.39
+++ Makefile.PL	24 Jun 2003 21:09:13 -0000	2.40
@@ -59,7 +59,7 @@
 	$ENV{PERL_RL} = 'Perl';
 }
 
-if($Config{usethreads} || $Config{useithreads} || $Config{use5005threads}) {
+if(! $ENV{MINIVEND_FORCE_THREADS} and $Config{usethreads} || $Config{useithreads} || $Config{use5005threads}) {
 	die "Interchange will not work with a thread-enabled perl.\n";
 }