Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find iconv.h.
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
# include <iconv.h>
|
# include <iconv.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ICONV_CONST
|
||||||
|
# define ICONV_CONST
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBICONV
|
#ifdef HAVE_LIBICONV
|
||||||
|
|
||||||
struct langtab
|
struct langtab
|
||||||
|
|||||||
Reference in New Issue
Block a user