diff options
author | Дилян Палаузов <dilyan.palauzov@aegee.org> | 2012-02-12 17:23:36 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-13 00:11:01 -0800 |
commit | b5225286b226759262c0637058528af03226fba6 (patch) | |
tree | 527324aee510bb76384c1e7684951c8ba91e43c8 /builtin/remote.c | |
parent | Git 1.7.9 (diff) | |
download | tgif-b5225286b226759262c0637058528af03226fba6.tar.xz |
Makefile: introduce CHARSET_LIB to link with -lcharset
On some systems, the function locale_charset() may not be exported from
libiconv but is available from libcharset, and we need -lcharset when
linking.
Introduce a make variable CHARSET_LIB that can be set to -lcharsetlib
on such systems. Also autodetect this in the configure script by first
looking for the symbol in libiconv, and then libcharset.
Signed-off-by: Дилян Палаузов <dilyan.palauzov@aegee.org>
Diffstat (limited to 'builtin/remote.c')
0 files changed, 0 insertions, 0 deletions