]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Silence iconv warnings on Leopard
authorWincent Colaiuta <win@wincent.com>
Thu, 6 Dec 2007 19:07:03 +0000 (20:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Dec 2007 07:22:25 +0000 (23:22 -0800)
commitfe4aafba28036237c594e1324f83a388d88ab9db
tree10b3e734c682c9ed4a9cafea96eb252bf309233f
parent08e1812db1585c450bfe7f41e7106222346c88da
Silence iconv warnings on Leopard

Apple ships a newer version of iconv with Leopard (Mac OS X 10.5/Darwin
9). Ensure that OLD_ICONV is not set on any version of Darwin in the
9.x series; this should be good for at least a couple of years, when
Darwin 10 comes out and we can invert the sense of the test to
specifically check for Darwin 7 or 8.

A more sophisticated and robust check is possible for those who use
autoconf, but not everybody does that.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile