mirror of https://gitee.com/bigwinds/arangodb
TRI_HAVE_ICU is now longer used
This commit is contained in:
parent
2fd7bfcbc3
commit
653bcd1e20
|
@ -26,7 +26,7 @@ AC_SUBST(ICU_LDFLAGS)
|
|||
AC_SUBST(ICU_LIBS)
|
||||
AC_SUBST(ICU_BUILT)
|
||||
|
||||
ICU_CPPFLAGS="${ICU_CPPFLAGS} -DTRI_ICU_VERSION='\"${TRI_ICU_VERSION}\"' -DTRI_HAVE_ICU=1"
|
||||
ICU_CPPFLAGS="${ICU_CPPFLAGS} -DTRI_ICU_VERSION='\"${TRI_ICU_VERSION}\"'"
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
dnl informational output
|
||||
|
|
|
@ -41,7 +41,7 @@ if test "x$tr_ICU" = xyes; then
|
|||
AC_MSG_ERROR([ICU config program "${ICU_CONFIG}" not found. Use supplied ICU from 3rdParty directory (--enable-all-in-one-icu).])
|
||||
fi
|
||||
|
||||
ICU_CPPFLAGS="${ICU_CPPFLAGS} -DTRI_ICU_VERSION='\"${TRI_ICU_VERSION}\"' -DTRI_HAVE_ICU=1"
|
||||
ICU_CPPFLAGS="${ICU_CPPFLAGS} -DTRI_ICU_VERSION='\"${TRI_ICU_VERSION}\"'"
|
||||
fi
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue