Changeset 33443

Show
Ignore:
Timestamp:
05/20/09 15:28:44 (4 years ago)
Author:
daisuke
Message:

fix LIBS usage for Deve::CheckLib?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Text-MeCab/trunk/Makefile.PL

    r7656 r33443  
    4646        Devel::CheckLib::check_lib_or_exit( 
    4747            lib  => 'mecab', 
    48             LIBS => join(' ', split(/\s+/, $config->{libs})), 
     48            LIBS => [ split(/\s+/, $config->{libs}) ], 
    4949        ); 
    5050    }