Please remove m17n dependance on cjk. Without this I can't get w3m-m17n without japanese support. In russia we have many cirillic encodings and widely use w3m-m17n. Since this patch is included in w3m-0.5, now we can't get w3m without japanese, but with m17n if [ -n "`use cjk`" ] ; then myconf="${myconf} --enable-m17n --enable-unicode --enable-japanese=E --with-charset=EUC-JP" else myconf="${myconf} --disable-m17n --with-charset=US-ASCII" fi Simple remove --disable-m17n from 'else' or add 'm17n' use flag
Fixed. Thanks for the report.