Skip to content

Commit 50c8d3e

Browse files
committed
Fix comparison
1 parent 13a2f2d commit 50c8d3e

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
@@ -2239,7 +2239,7 @@ AC_DEFUN([PHP_SETUP_ICU],[
22392239
PHP_EVAL_LIBLINE($ICU_LIBS, $1)
22402240
22412241
ICU_EXTRA_FLAGS=`$ICU_CONFIG --cxxflags`
2242-
if test "$icu_version" -lt "49000"; then
2242+
if test "$icu_version" -ge "49000"; then
22432243
ICU_EXTRA_FLAGS="$ICU_EXTRA_FLAGS -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit"
22442244
fi
22452245
fi

0 commit comments

Comments
 (0)