We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f6a20 commit 42c9963Copy full SHA for 42c9963
ext/intl/config.m4
@@ -89,10 +89,10 @@ if test "$PHP_INTL" != "no"; then
89
AC_MSG_CHECKING([if intl requires -std=gnu++17])
90
AS_IF([$PKG_CONFIG icu-uc --atleast-version=74],[
91
AC_MSG_RESULT([yes])
92
- PHP_CXX_COMPILE_STDCXX(17, mandatory, PHP_INTL_STDCXX)
+ PHP_CXX_COMPILE_STDCXX([17], [mandatory], [PHP_INTL_STDCXX])
93
],[
94
AC_MSG_RESULT([no])
95
- PHP_CXX_COMPILE_STDCXX(11, mandatory, PHP_INTL_STDCXX)
+ PHP_CXX_COMPILE_STDCXX([11], [mandatory], [PHP_INTL_STDCXX])
96
])
97
98
PHP_INTL_CXX_FLAGS="$INTL_COMMON_FLAGS $PHP_INTL_STDCXX $ICU_CXXFLAGS"
0 commit comments