fix to trust icu-config if it tells us we have too old a version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35829 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-11-28 05:46:21 +00:00
parent 6665580231
commit 42556c0e4a
3 changed files with 18248 additions and 3115 deletions

View file

@ -1,3 +1,10 @@
2012-11-28 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Fixup ICU test error
* configure: regenerate
Change tests so that we no longer ignore it when icu-config tells
us we have too old a version to use.
2012-11-27 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSHTTPURLHandle.m: Set content-length header in outgoing

21354
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -3158,8 +3158,6 @@ if test $enable_icu = yes; then
AC_CHECK_ICU(4.0, have_icu=yes, have_icu=no)
else
have_icu=no;
fi
if test "$have_icu" = "no"; then
AC_CHECKING([for libicu (icu-config disabled)])
if test "$icu_libdir" != "no"; then
ICU_LDFLAGS="-I$icu_libdir";