Skip to content

Commit 011af74

Browse files
committed
Fix version in check message
1 parent a89c955 commit 011af74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ AC_DEFUN([PHP_SETUP_ICU],[
22262226
AC_MSG_RESULT([$icu_install_prefix])
22272227
22282228
dnl Check ICU version
2229-
AC_MSG_CHECKING([for ICU 3.4 or greater])
2229+
AC_MSG_CHECKING([for ICU 4.0 or greater])
22302230
icu_version_full=`$ICU_CONFIG --version`
22312231
ac_IFS=$IFS
22322232
IFS="."

0 commit comments

Comments
 (0)