Skip to content

Commit

Permalink
when --gen-parrot-prefix is passed along, we should also search in th…
Browse files Browse the repository at this point in the history
…at path for parrot_config
  • Loading branch information
moritz committed Sep 7, 2009
1 parent 8d5a40a commit 6b22b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Configure.pl
Expand Up @@ -42,6 +42,10 @@
../../parrot_config
parrot_config
);
if (exists $options{'gen-parrot-prefix'}) {
unshift @parrot_config_exe,
$options{'gen-parrot-prefix'} . '/bin/parrot_config';
}

if ($options{'parrot-config'} && $options{'parrot-config'} ne '1') {
@parrot_config_exe = ($options{'parrot-config'});
Expand Down

0 comments on commit 6b22b9d

Please sign in to comment.