mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Update to check for minimum icu version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1527caffd
commit
4851131f49
2 changed files with 4 additions and 4 deletions
6
configure
vendored
6
configure
vendored
|
@ -12117,9 +12117,9 @@ fi
|
|||
echo "See http://site.icu-project.org/ for help."
|
||||
else
|
||||
ICU_VERSION=`$ICU_CONFIG --version`
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU >= 4.0" >&5
|
||||
$as_echo_n "checking for ICU >= 4.0... " >&6; }
|
||||
found=`expr $ICU_VERSION \>= 4.0`
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ICU >= 4.8" >&5
|
||||
$as_echo_n "checking for ICU >= 4.8... " >&6; }
|
||||
found=`expr $ICU_VERSION \>= 4.8`
|
||||
if test "$found" = "1" ; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue