diff --git a/config/auto/icu.pm b/config/auto/icu.pm index f78ec86..946232b 100644 --- a/config/auto/icu.pm +++ b/config/auto/icu.pm @@ -169,6 +169,7 @@ sub runstep { icuheaders => $icuheaders, }, ); + $conf->data->add(' ', 'libs' => '-licuuc -licudata'); $conf->cc_clean(); $self->set_result("yes"); # 5th possible return point; this is the only really successful return.