aboutsummaryrefslogtreecommitdiffstats
path: root/config.mak.in
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-09-07 13:48:49 +0200
committerJunio C Hamano <junkio@cox.net>2006-09-07 13:04:21 -0700
commitbaf1219acbda6ba361c388363ba2e771d95bbb2d (patch)
treea3d231e201a7e5c5202d101419161673f68d0d5d /config.mak.in
parent6ff88de7f7affba3e9899cfdab4dab46b554e93f (diff)
downloadgit-baf1219acbda6ba361c388363ba2e771d95bbb2d.tar.gz
autoconf: Add support for setting NO_ICONV and ICONVDIR
Add support for ./configure options --without-iconv (if neither libc nor libiconv properly support iconv), and for --with-iconv=PATH (to set prefix to libiconv library and headers, used only when NEED_LIBICONV is set). While at it, make ./configure set or unset NO_ICONV always (it is not autodetected in Makefile). Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 369e6116e0..6d20673b24 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -37,4 +37,5 @@ NO_C99_FORMAT=@NO_C99_FORMAT@
NO_STRCASESTR=@NO_STRCASESTR@
NO_STRLCPY=@NO_STRLCPY@
NO_SETENV=@NO_SETENV@
+NO_ICONV=@NO_ICONV@