author | Jakub Narebski <jnareb@gmail.com> | |
Fri, 7 Dec 2007 01:27:20 +0000 (02:27 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 7 Dec 2007 07:23:42 +0000 (23:23 -0800) | ||
commit | 0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410 | |
tree | 21485714dc9fcd8f5a13842b11da4a1250f3c26e | tree | snapshot |
parent | fe4aafba28036237c594e1324f83a388d88ab9db | commit | diff |
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>
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 | diff | blob | history | |
configure.ac | diff | blob | history |