summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-02 09:36:58 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-02 09:36:58 +0200
commit7659182632c82f1c57b6b735427299057eb48e4d (patch)
tree3c2020103778361139668e42bbc32a03d083a89a
parente9cfd94b8e54325c1cfcd1a35037b62966aebe12 (diff)
parent5a0980f1d92ed96c45c93a25a30bfa0919831f11 (diff)
downloadphp-git-7659182632c82f1c57b6b735427299057eb48e4d.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b0e71496a6..81f3d0ab6d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2179,7 +2179,7 @@ AC_DEFUN([PHP_SETUP_ICU],[
dnl If pkg-config is found try using it
if test "$PHP_ICU_DIR" = "DEFAULT" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists icu-uc icu-io icu-i18n; then
- if $PKG_CONFIG --atleast-version=40 icu-uc; then
+ if $PKG_CONFIG --atleast-version=4.0 icu-uc; then
found_icu=yes
icu_version_full=`$PKG_CONFIG --modversion icu-uc`
ac_IFS=$IFS