mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tweak ICU detection a little.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35500 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2174f87ede
commit
d2401da38c
3 changed files with 12 additions and 0 deletions
|
@ -3156,6 +3156,9 @@ if test $enable_icu = yes; then
|
|||
if test "$enable_icu_config" = "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…
Add table
Add a link
Reference in a new issue