mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
38d75e23d5
commit
9d42d3cea3
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>
|
2012-11-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSHTTPURLHandle.m: Set content-length header in outgoing
|
* 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)
|
AC_CHECK_ICU(4.0, have_icu=yes, have_icu=no)
|
||||||
else
|
else
|
||||||
have_icu=no;
|
have_icu=no;
|
||||||
fi
|
|
||||||
if test "$have_icu" = "no"; then
|
|
||||||
AC_CHECKING([for libicu (icu-config disabled)])
|
AC_CHECKING([for libicu (icu-config disabled)])
|
||||||
if test "$icu_libdir" != "no"; then
|
if test "$icu_libdir" != "no"; then
|
||||||
ICU_LDFLAGS="-I$icu_libdir";
|
ICU_LDFLAGS="-I$icu_libdir";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue