From: Jakub Narebski Date: Fri, 7 Dec 2007 01:27:20 +0000 (+0100) Subject: autoconf: Add test for OLD_ICONV (squelching compiler warning) X-Git-Tag: v1.5.4-rc0~63 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410;hp=0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410;p=git.git autoconf: Add test for OLD_ICONV (squelching compiler warning) Update configure.ac (and config.mak.in) to keep up with git development by adding [compile] test whether your library has an old iconv(), where the second (input buffer pointer) parameter is declared with type (const char **) (OLD_ICONV). Test-proposed-by: Linus Torvalds Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---