Skip to content

Commit

Permalink
Warn builder that ICU is really really really really nice to have.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 20, 2010
1 parent 2dde0c2 commit c38a414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configure.pl
Expand Up @@ -150,6 +150,9 @@ sub verify_parrot {
END
}
if ( ! $config{has_icu} ) {
warn "!! ICU is required. Some tests will fail.\n";
}
}

# Generate a Makefile from a configuration
Expand Down

0 comments on commit c38a414

Please sign in to comment.