summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-12-07 01:27:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-07 07:23:42 (GMT)
commit0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410 (patch)
tree21485714dc9fcd8f5a13842b11da4a1250f3c26e /config.mak.in
parentfe4aafba28036237c594e1324f83a388d88ab9db (diff)
downloadgit-0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410.zip
git-0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410.tar.gz
git-0f7a9c9b7bb1f443f8fd0f18cb66933b2f4ec410.tar.bz2
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>
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index 11d256e..7d5df9b 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -41,4 +41,5 @@ NO_STRTOUMAX=@NO_STRTOUMAX@
NO_SETENV=@NO_SETENV@
NO_MKDTEMP=@NO_MKDTEMP@
NO_ICONV=@NO_ICONV@
+OLD_ICONV=@OLD_ICONV@
NO_DEFLATE_BOUND=@NO_DEFLATE_BOUND@