]> Dogcows Code - chaz/tar/blobdiff - src/utf8.c
Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find...
[chaz/tar] / 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.026812 seconds and 4 git commands to generate.