View | Details | Raw Unified | Return to bug 81205
Collapse All | Expand All

(-)./Makefile (-3 / +1 lines)
Lines 44-50 Link Here
44
WITH_SGML_DOCS?=yes
44
WITH_SGML_DOCS?=yes
45
.endif
45
.endif
46
46
47
.if !defined (MUTT_LITE)
48
.if !defined(WITHOUT_NLS)
47
.if !defined(WITHOUT_NLS)
49
USE_GETTEXT=	yes
48
USE_GETTEXT=	yes
50
USE_ICONV=	yes
49
USE_ICONV=	yes
Lines 52-60 Link Here
52
.error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \
51
.error the WITHOUT_MUTT_ICONV knob of the mutt port only works if \
53
	WITHOUT_NLS is also given
52
	WITHOUT_NLS is also given
54
.endif
53
.endif
55
.elif !defined(WITHOUT_MUTT_ICONV) && !defined (MUTT_LITE)
54
.elif !defined(WITHOUT_MUTT_ICONV)
56
USE_ICONV=	yes
55
USE_ICONV=	yes
57
.endif
58
.endif
56
.endif
59
57
60
.if defined(WITH_SLANG)
58
.if defined(WITH_SLANG)

Return to bug 81205