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:
rfm 2011-02-07 17:36:17 +00:00
parent bb1e98913d
commit 29dab95492
2 changed files with 3 additions and 0 deletions

2
configure vendored
View file

@ -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

View file

@ -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)