Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:parrot/parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 11, 2012
2 parents eae31fe + e69972a commit fa13983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auto/icu.pm
Expand Up @@ -281,6 +281,7 @@ sub _try_icuconfig {
$conf->debug("Trying $arg->{icuconfig} with '--ldflags-searchpath --ldflags-libsonly'\n");
$icushared = capture_output("$arg->{icuconfig} --ldflags-searchpath --ldflags-libsonly");
chomp $icushared;
$icushared =~ s/\n/ /g;
$conf->debug("icushared: captured $icushared\n");
($icushared, $arg->{without}) =
$self->_handle_icushared($icushared, $arg->{without});
Expand Down

0 comments on commit fa13983

Please sign in to comment.