if [ "$UNIHAN" == "y" ]; then
   OPTS="$OPTS --enable-unihan"
else
   OPTS="$OPTS --disable-unihan"
fi                               &&

default_build

