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>
|
||||
#endif
|
||||
|
||||
#ifndef ICONV_CONST
|
||||
# define ICONV_CONST
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBICONV
|
||||
|
||||
struct langtab
|
||||
|
||||
Reference in New Issue
Block a user