cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 8 Apr 2005 19:40:18 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     05/04/08 12:40:18

  Modified:    .        Configure.pl
  Log:
  No need for icu in the list of libraries now.
  
  Revision  Changes    Path
  1.42      +2 -2      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- Configure.pl	23 Mar 2005 17:18:37 -0000	1.41
  +++ Configure.pl	8 Apr 2005 19:40:18 -0000	1.42
  @@ -104,7 +104,7 @@
       if ($^O eq 'solaris') {
   	$bonus_libs = '-lrt ';
       }
  -    $bonus_libs .= "-lparrot -licuuc -licudata -lponie";
  +    $bonus_libs .= "-lparrot -lponie";
       if (" $Parrot::Config::PConfig{libs} " =~ / -lgmp /) {
   	$bonus_libs .= " -lgmp";
       }