From: Sergey Poznyakoff Date: Wed, 28 Apr 2004 07:44:19 +0000 (+0000) Subject: Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find... X-Git-Tag: release_1_14~50 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e662d0f3671eaa54e1df63eee8ee19e60e206170;p=debian%2Ftar Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find iconv.h. --- diff --git a/src/utf8.c b/src/utf8.c index 8a8fb42f..5aba250b 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -23,6 +23,10 @@ # include #endif +#ifndef ICONV_CONST +# define ICONV_CONST +#endif + #ifdef HAVE_LIBICONV struct langtab