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 Configure w/o ICU options and w/o installed system ICU did still enable the blib/lib hack. Now it defaults to building without ICU 3) after installing ICU, icu-config detects the libs and Parrot builds with icu 3.2 (at least after ldconfig -X is run first :) 4) dunno, if 2) broke e.g. Windows - please verify Thanks, applied