gnugrep: Update the configuration.
The only effect is that it will use our native iconv(3). Relnotes: yes
This commit is contained in:
parent
90ea1c8c7b
commit
0009715f34
@ -98,7 +98,7 @@
|
||||
#define HAVE_GETUID 1
|
||||
|
||||
/* Define if you have the iconv() function. */
|
||||
/* #undef HAVE_ICONV */
|
||||
#define HAVE_ICONV 1
|
||||
|
||||
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
||||
declares uintmax_t. */
|
||||
@ -260,7 +260,7 @@
|
||||
/* #undef HAVE___ARGZ_STRINGIFY */
|
||||
|
||||
/* Define as const if the declaration of iconv() needs const. */
|
||||
/* #undef ICONV_CONST */
|
||||
#define ICONV_CONST
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "grep"
|
||||
|
Loading…
Reference in New Issue
Block a user