Skip to content

Commit

Permalink
[build] if --gen-parrot-prefix is present, ignore all other possibly …
Browse files Browse the repository at this point in the history
…available parrot_config executables
  • Loading branch information
moritz committed Mar 3, 2011
1 parent 09461fc commit 4e55077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -41,7 +41,7 @@
parrot_config
);
if (exists $options{'gen-parrot-prefix'}) {
unshift @parrot_config_exe,
@parrot_config_exe =
$options{'gen-parrot-prefix'} . '/bin/parrot_config';
}

Expand Down

0 comments on commit 4e55077

Please sign in to comment.