autoconf: Add test for OLD_ICONV (squelching compiler warning)
commit0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410
authorJakub Narebski <jnareb@gmail.com>
Fri, 7 Dec 2007 01:27:20 +0000 (7 02:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Dec 2007 07:23:42 +0000 (6 23:23 -0800)
tree21485714dc9fcd8f5a13842b11da4a1250f3c26e
parentfe4aafba28036237c594e1324f83a388d88ab9db
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 <torvalds@linux-foundation.org>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.in
configure.ac