Skip to content

Commit

Permalink
Check for ../../parrot_config in preference to installed parrot.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 16, 2009
1 parent c4f0f93 commit cf98887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configure.pl
Expand Up @@ -35,8 +35,8 @@


# Get a list of parrot-configs to invoke.
my @parrot_config_exe =
("parrot${slash}parrot_config", "parrot_config", "..${slash}..${slash}parrot_config");
my @parrot_config_exe = ("parrot${slash}parrot_config",
"..${slash}..${slash}parrot_config", "parrot_config");
if ($options{'parrot-config'} && $options{'parrot-config'} ne '1') {
@parrot_config_exe = ($options{'parrot-config'});
}
Expand Down

0 comments on commit cf98887

Please sign in to comment.