mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Warn about lack of ICU
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
525371f50b
commit
1a69e21107
2 changed files with 3 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -24035,6 +24035,8 @@ done
|
|||
else
|
||||
{ $as_echo "$as_me:$LINENO: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
{ $as_echo "$as_me:$LINENO: WARNING: The International Components for Unicode (ICU) development headers and libraries do not appear to be available on this system. Please install them and re-run configure. If you do not do this gnustep-base will build but will have important functionality missing!" >&5
|
||||
$as_echo "$as_me: WARNING: The International Components for Unicode (ICU) development headers and libraries do not appear to be available on this system. Please install them and re-run configure. If you do not do this gnustep-base will build but will have important functionality missing!" >&2;}
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -2696,6 +2696,7 @@ if test $enable_icu = yes; then
|
|||
HAVE_ICU=1
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_MSG_WARN([The International Components for Unicode (ICU) development headers and libraries do not appear to be available on this system. Please install them and re-run configure. If you do not do this gnustep-base will build but will have important functionality missing!])
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(HAVE_ICU)
|
||||
|
|
Loading…
Reference in a new issue