replace lost config for ICU

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32087 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-11 20:41:10 +00:00
parent b36fbab52f
commit 5d6acf61f5
2 changed files with 16600 additions and 2793 deletions

19392
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -2693,6 +2693,7 @@ if test $enable_icu = yes; then
AC_CHECK_HEADERS(unicode/uloc.h unicode/ulocdata.h unicode/ucurr.h unicode/uregex.h unicode/ucal.h unicode/unum.h unicode/udat.h unicode/udatpg.h)
LIBS="$LIBS $ICU_LIBS"
LDFLAGS="$LDFLAGS $ICU_LDFLAGS"
LDIR_FLAGS="$LDIR_FLAGS $ICU_LDFLAGS"
HAVE_ICU=1
else
AC_MSG_RESULT(no)