Changeset 3903

Show
Ignore:
Timestamp:
05/26/05 10:31:29 (4 years ago)
Author:
rgs
svk:copy_cache_prev:
5482
Message:

* More accurate display of the "Thread support disabled" configuration message
* indent nits

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r3897 r3903  
    142142        $ENV{PUGS_EMBED} =~ s/\bparrot\b//g; 
    143143    } 
    144         if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) { 
     144    if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) { 
    145145        my $base = $ENV{PARROT_PATH}; 
    146146        if (!$base and -d "../parrot") { 
     
    167167    } 
    168168    else { 
    169     warn << '.'; 
     169        warn << '.'; 
    170170 
    171171*** Parrot linking disabled; external 'parrot' executable will be used for 
     
    185185        ? '-threaded' : ''; 
    186186 
    187     if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bperl5\b/ and !$Config{usethreads}) { 
    188     warn << '.'; 
     187    if ($threaded and $ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bperl5\b/ and !$Config{usethreads}) { 
     188        warn << '.'; 
    189189 
    190190*** Thread support disabled because you are building perl5 and your perl5