From 4bf9c4a8be0bf7cfe3c611a8191ed0779c21c22a Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Fri, 25 May 2018 23:47:51 +0000 Subject: [PATCH] ICU-13667 Fix discrepancy in text in 'configure'. X-SVN-Rev: 41468 --- icu4c/source/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/configure.ac b/icu4c/source/configure.ac index a05f4db4bfe..7078d491fab 100644 --- a/icu4c/source/configure.ac +++ b/icu4c/source/configure.ac @@ -1038,7 +1038,7 @@ case "${host}" in ;; esac -# GCC >= 4.4 supports UTF16 string literals. As of spring 2018, all tested compilers support them. +# GCC >= 4.4 supports UTF16 string literals. As of ICU 62, both C and C++ files require them. if test "$CHECK_UTF16_STRING_RESULT" = "unknown"; then if test "$GCC" = yes; then AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ -- 2.40.0