Skip to content

Commit 7659182

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents e9cfd94 + 5a0980f commit 7659182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ AC_DEFUN([PHP_SETUP_ICU],[
21792179
21802180
dnl If pkg-config is found try using it
21812181
if test "$PHP_ICU_DIR" = "DEFAULT" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists icu-uc icu-io icu-i18n; then
2182-
if $PKG_CONFIG --atleast-version=40 icu-uc; then
2182+
if $PKG_CONFIG --atleast-version=4.0 icu-uc; then
21832183
found_icu=yes
21842184
icu_version_full=`$PKG_CONFIG --modversion icu-uc`
21852185
ac_IFS=$IFS

0 commit comments

Comments
 (0)