Re: [PATCH] --without-icu

2005-04-05 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > I've attached the patch that implements --without-icu. > Comments welcome. 1) --without-icu works fine Needed a few changes to get rid of warnings in lib/Parrot/Test.pm when running make src_tests replaced isblank, it's a gcc extension 2) running Config

[PATCH] --without-icu (was: Re: Parrot under Subversion / ICU)

2005-04-03 Thread Jens Rieks
On Sunday 03 April 2005 14:06, Ron Blaschke wrote: > I'd reckon once C<--without-icu> is in place, one should be able to > run > > $rm -rf icu > $perl Configure --without-icu --nomanicheck > > So it shouldn't really matter when exactly F is removed. Hmm, okay. Thats indeed true. I've attac