Skip iconv checks for darwin builds as iconv is only available from fink and we do not want the extra external dependency.

Thanks to Jerry Talkington <jerry@smartasfuck.com> for the patch.
Bug #216908 r=cls sr=darin a=asa
This commit is contained in:
cls%seawood.org 2003-08-26 15:56:49 +00:00
Родитель 2709c61a4d
Коммит a0a91fcd8a
2 изменённых файлов: 2 добавлений и 2 удалений

2
configure поставляемый
Просмотреть файл

@ -8971,7 +8971,7 @@ EOF
fi
case $target_os in
os2*|msvc*|mks*|cygwin*|mingw*)
os2*|msvc*|mks*|cygwin*|mingw*|darwin*)
;;
*)

Просмотреть файл

@ -2270,7 +2270,7 @@ if test "$ac_cv_func_gnu_get_libc_version" = "yes"; then
fi
case $target_os in
os2*|msvc*|mks*|cygwin*|mingw*)
os2*|msvc*|mks*|cygwin*|mingw*|darwin*)
;;
*)