mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-13667 Fix discrepancy in text in 'configure'.
X-SVN-Rev: 41468
This commit is contained in:
parent
70e173a4a2
commit
4bf9c4a8be
1 changed files with 1 additions and 1 deletions
|
@ -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([[
|
||||
|
|
Loading…
Add table
Reference in a new issue