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
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