--- sylpheed-0.9.10/src/codeconv.c.alt-iso_conv_fix 2004-03-01 13:46:04 +0300 +++ sylpheed-0.9.10/src/codeconv.c 2004-03-01 13:46:48 +0300 @@ -845,6 +845,7 @@ CodeConvFunc conv_get_code_conv_func(con code_conv = conv_ustodisp; break; case C_ISO_8859_1: +#if !HAVE_ICONV case C_ISO_8859_2: case C_ISO_8859_3: case C_ISO_8859_4: @@ -858,6 +859,7 @@ CodeConvFunc conv_get_code_conv_func(con case C_ISO_8859_13: case C_ISO_8859_14: case C_ISO_8859_15: +#endif /* !HAVE_ICONV */ if (dest_charset == C_AUTO && (conv_get_current_charset() == src_charset || MB_CUR_MAX > 1))