cvsuser     04/10/10 13:52:07

  Modified:    config/gen icu.pl
  Log:
  do not remove -licudata
  
  Revision  Changes    Path
  1.24      +2 -2      parrot/config/gen/icu.pl
  
  Index: icu.pl
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/icu.pl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -w -r1.23 -r1.24
  --- icu.pl    8 Oct 2004 22:00:03 -0000       1.23
  +++ icu.pl    10 Oct 2004 20:52:07 -0000      1.24
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: icu.pl,v 1.23 2004/10/08 22:00:03 jrieks Exp $
  +# $Id: icu.pl,v 1.24 2004/10/10 20:52:07 jrieks Exp $
   
   =head1 NAME
   
  @@ -76,7 +76,7 @@
       $icushared = `$icuconfig --ldflags`;
       chomp $icushared;
       $icushared =~ s/-licui18n//;
  -    $icushared =~ s/-licudata//;
  +    # $icushared =~ s/-licudata//;
   
       # location of header files
       $icuheaders = `$icuconfig --prefix`;
  
  
  

Reply via email to