]> Dogcows Code - chaz/tar/commitdiff
Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find...
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Apr 2004 07:44:19 +0000 (07:44 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Apr 2004 07:44:19 +0000 (07:44 +0000)
src/utf8.c

index 8a8fb42f0b785d143b19b1c65511f7486167e193..5aba250b2d94009628bb4c6638d595f6faa122fd 100644 (file)
 # include <iconv.h>
 #endif
 
+#ifndef ICONV_CONST
+# define ICONV_CONST
+#endif
+
 #ifdef HAVE_LIBICONV
 
 struct langtab
This page took 0.024195 seconds and 4 git commands to generate.