Changeset 12890 for inc

Show
Ignore:
Timestamp:
08/31/06 04:09:57 (2 years ago)
Author:
audreyt
Message:

* Complete PUGS_EMBED defaulting to perl5 in inc/ too, which fixes the problem Limbic_Region++ reported for Win32

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Pugs.pm

    r12818 r12890  
    240240    $ghc_flags .= " -I../../src -i../../src " 
    241241      if $self->is_extension_build; 
    242     if ($ENV{PUGS_EMBED} and $ENV{PUGS_EMBED} =~ /perl5/i) { 
     242    if (!$ENV{PUGS_EMBED} or $ENV{PUGS_EMBED} !~ /[-!]perl5/i) { 
    243243#        $ghc_flags .= " -isrc/perl5 -Isrc/perl5 "; 
    244244        $ghc_flags .= " -isrc/perl5 ";