From 7f19f4394c1dad2511ef1460a5d59ed261852b69 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 25 Aug 2007 13:38:40 +0000 Subject: [PATCH] Compile fix without iconv support --- lib/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charset.c b/lib/charset.c index b77ba456..7235f192 100644 --- a/lib/charset.c +++ b/lib/charset.c @@ -35,7 +35,7 @@ int use_tran1 = FALSE; /* Translate stage 1 active */ int use_tran2 = FALSE; /* Translate stage 2 active */ int loglevel = '-'; /* Debug loglevel */ -#ifdef HAVE_ICONF_H +#ifdef HAVE_ICONV_H iconv_t cd1; /* Conversion descriptor 1 */ iconv_t cd2; /* Conversion descriptor 2 */ #endif