summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGustavo Lopes <glopes@nebm.ist.utl.pt>2012-08-26 23:12:41 +0200
committerGustavo Lopes <glopes@nebm.ist.utl.pt>2012-08-26 23:12:41 +0200
commit011af74b23fd419b34d4aee85cac39ffdd217665 (patch)
treef966572a43c2f9a52477f532e487fb7b09cab3b2 /acinclude.m4
parenta89c95552c23d8fda8f0c4038832ff21d2d42eee (diff)
downloadphp-git-011af74b23fd419b34d4aee85cac39ffdd217665.tar.gz
Fix version in check message
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 98e98f2af3..ad4f7474b3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2226,7 +2226,7 @@ AC_DEFUN([PHP_SETUP_ICU],[
AC_MSG_RESULT([$icu_install_prefix])
dnl Check ICU version
- AC_MSG_CHECKING([for ICU 3.4 or greater])
+ AC_MSG_CHECKING([for ICU 4.0 or greater])
icu_version_full=`$ICU_CONFIG --version`
ac_IFS=$IFS
IFS="."