mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
6665580231
commit
42556c0e4a
3 changed files with 18248 additions and 3115 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue