Changeset 3903
- Timestamp:
- 05/26/05 10:31:29 (4 years ago)
- svk:copy_cache_prev:
- 5482
- Files:
-
- 1 modified
-
Makefile.PL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r3897 r3903 142 142 $ENV{PUGS_EMBED} =~ s/\bparrot\b//g; 143 143 } 144 if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) {144 if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /\bparrot\b/i) { 145 145 my $base = $ENV{PARROT_PATH}; 146 146 if (!$base and -d "../parrot") { … … 167 167 } 168 168 else { 169 warn << '.';169 warn << '.'; 170 170 171 171 *** Parrot linking disabled; external 'parrot' executable will be used for … … 185 185 ? '-threaded' : ''; 186 186 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 << '.'; 189 189 190 190 *** Thread support disabled because you are building perl5 and your perl5
