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
3
configure
vendored
3
configure
vendored
|
@ -28314,6 +28314,9 @@ echo "${ECHO_T}$ICU_LDFLAGS" >&6; }
|
|||
fi
|
||||
|
||||
else
|
||||
have_icu=no;
|
||||
fi
|
||||
if test "$have_icu" = "no"; then
|
||||
{ echo "$as_me:$LINENO: checking for libicu (icu-config disabled)..." >&5
|
||||
echo "$as_me: checking for libicu (icu-config disabled)..." >&6;}
|
||||
if test "$icu_libdir" != "no"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue