Skip to content

Commit ed5aabe

Browse files
committed
Rename var
1 parent 37e1d7c commit ed5aabe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

acinclude.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,8 +2249,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
22492249
PHP_EVAL_INCLINE($ICU_INCS)
22502250
PHP_EVAL_LIBLINE($ICU_LIBS, $1)
22512251
2252-
ICU_EXTRA_FLAGS=`$ICU_CONFIG --cxxflags`
2253-
ICU_EXTRA_FLAGS="$ICU_EXTRA_FLAGS -DU_USING_ICU_NAMESPACE=1"
2252+
ICU_CXXFLAGS=`$ICU_CONFIG --cxxflags`
2253+
ICU_CXXFLAGS="$ICU_CXXFLAGS -DU_USING_ICU_NAMESPACE=1"
22542254
fi
22552255
])
22562256

ext/intl/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if test "$PHP_INTL" != "no"; then
8888
breakiterator/rulebasedbreakiterator_methods.cpp \
8989
breakiterator/codepointiterator_internal.cpp \
9090
breakiterator/codepointiterator_methods.cpp"
91-
PHP_INTL_CPP_FLAGS="$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 $ICU_EXTRA_FLAGS"
91+
PHP_INTL_CPP_FLAGS="$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 $ICU_CXXFLAGS"
9292
if test "$ext_shared" = "no"; then
9393
PHP_ADD_SOURCES(PHP_EXT_DIR(intl), $PHP_INTL_CPP_SOURCES, $PHP_INTL_CPP_FLAGS)
9494
else

0 commit comments

Comments
 (0)