Code

fix handling of iconv configuration options
authorMarco Nelissen <marcone@xs4all.nl>
Tue, 9 Jun 2009 03:46:38 +0000 (20:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2009 04:18:02 +0000 (21:18 -0700)
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>

No differences found