diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.30 2001/11/30 18:06:28 ukai Exp $ +# $Id: configure,v 1.31 2001/12/02 14:27:11 ukai Exp $ # Configuration. # @@ -567,6 +567,7 @@ fi if [ "$lang" = "JA" ]; then ask_param "Use 2-byte character for table border, item, etc." kanji_symbols y else + kanji_symbols=n def_param kanji_symbols n fi ask_param "ANSI color escape sequences support" use_ansi_color n |