author | Marco Nelissen <marcone@xs4all.nl> | |
Tue, 9 Jun 2009 03:46:38 +0000 (20:46 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 9 Jun 2009 04:18:02 +0000 (21:18 -0700) | ||
commit | 934f82a7d424ea9a8fa0ae83020689d11efc2bff | |
tree | bbc0c841ad1f07353dfb9943dbfb41d9a6021cc4 | tree | snapshot |
parent | 801a011dcf41f0415dee81f0500673e058bdee30 | commit | diff |
fix handling of iconv configuration options
Fix the way in which the configure script handles --without-iconv
(and --with-iconv=no), which it used to essentially ignore.
Also fix the way the configure script determines the value of
NEEDS_LIBICONV, which would be incorrectly set to 'YesPlease' on
systems that lack iconv entirely.
Signed-off-by: Marco Nelissen <marcone@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Fix the way in which the configure script handles --without-iconv
(and --with-iconv=no), which it used to essentially ignore.
Also fix the way the configure script determines the value of
NEEDS_LIBICONV, which would be incorrectly set to 'YesPlease' on
systems that lack iconv entirely.
Signed-off-by: Marco Nelissen <marcone@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac | diff | blob | history |