diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-02 06:19:50 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-02 06:21:01 -0600 |
commit | 77b7bd9b3604970fb3ef396edd27a35f2e4690ae (patch) | |
tree | fd48e49cc2ad990944d93ed3ae7708502e262af3 /configure.in | |
parent | 59f3098eec1a82bf5f711bf032d5f2888e2c9d44 (diff) |
ICU relying on undef is not viable in cross-compile scenario
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 146dc4c54b7b..ba05eaec5969 100644 --- a/configure.in +++ b/configure.in @@ -6598,8 +6598,7 @@ dnl =================================================================== SYSTEM_GENBRK= SYSTEM_GENCCODE= SYSTEM_GENCMN= -# x_ICU us used to comment-out ICU_MAJOR/MINOR/MICRO in config_host.mk -x_ICU= + ICU_MAJOR= ICU_MINOR= ICU_MICRO= @@ -6654,13 +6653,11 @@ if test "$with_system_icu" = "yes"; then MINGW_EXTERNAL_DLLS="$MINGW_EXTERNAL_DLLS icui18n$ICU_MAJOR$ICU_MINOR.dll icuuc$ICU_MAJOR$ICU_MINOR.dll icudata$ICU_MAJOR$ICU_MINOR.dll" else AC_MSG_RESULT([internal]) - x_ICU=[\#] SYSTEM_ICU="NO" ICU_RECLASSIFIED_CLOSE_PARENTHESIS="YES" BUILD_TYPE="$BUILD_TYPE ICU" fi -AC_SUBST(x_ICU) AC_SUBST(SYSTEM_ICU) AC_SUBST(SYSTEM_GENBRK) AC_SUBST(SYSTEM_GENCCODE) |