Skip to content

Commit

Permalink
[configure] use icu-config --ldflags-libsonly
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 10, 2012
1 parent 957219a commit 5870084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/auto/icu.pm
Expand Up @@ -278,8 +278,8 @@ sub _try_icuconfig {
$arg->{icuconfig} $arg->{icuconfig}
) { ) {
# ldflags # ldflags
$conf->debug("Trying $arg->{icuconfig} with '--ldflags'\n"); $conf->debug("Trying $arg->{icuconfig} with '--ldflags-libsonly'\n");
$icushared = capture_output("$arg->{icuconfig} --ldflags"); $icushared = capture_output("$arg->{icuconfig} --ldflags-libsonly");
chomp $icushared; chomp $icushared;
$conf->debug("icushared: captured $icushared\n"); $conf->debug("icushared: captured $icushared\n");
($icushared, $arg->{without}) = ($icushared, $arg->{without}) =
Expand Down

0 comments on commit 5870084

Please sign in to comment.