Hi there! I faced strange issue: when I build zsh-5.4.2 as static binary and trying to run, for example, something like that: > $ [[ 'foo→bar' =~ .([^[:ascii:]]). ]]; print $MATCH I'm getting following errors: > zsh: module `zsh/pcre' has no such feature: `C:pcre-match' > zsh: -pcre-match not available for regex Although, when I rebuild it as dynamically linked binary, pcre starting to work again I think, it looks like a bug. Isn't it a way to fix it?