The following was intended to be in the 20190318 release, but it seems that I used a tarball I'd prepared just before this. commit 62925b005beaa001b6fecc7e3addb390c891b2e3 Author: Ken Moffat Date: Mon Mar 18 18:50:52 2019 +0000 Really fix the test to use wqy-zenhei as a korean font. diff --git a/configure b/configure index c6d51aaf5df4..b702e5fef240 100755 --- a/configure +++ b/configure @@ -141,8 +141,8 @@ if [ -n "$FCLIST" ]; then # add enough to get the simplified, or the non-monospace echo $1 | grep -qi ukai && FNAME="$1.*CN" echo $1 | grep -qi uming && FNAME="$1.*CN" - echo $1 | grep -qi odosung && FNAME="$1: AR PL New Sung," - echo $1 | grep -qi wqy-zenhei && FNAME="$1: WenQuanYi Zen Hei:" + echo $1 | grep -qi odosung && FNAME="AR PL New Sung," + echo $1 | grep -qi wqy-zenhei && FNAME="WenQuanYi Zen Hei," FONTWORK=$(fc-list 2>/dev/null | grep "${FNAME}.*style=Regular") if [ -z "$FONTWORK" ]; then FONTWORK=$(fc-list 2>/dev/null | grep "${FNAME}.*style=Book")