diff --git a/ext/intl/config.m4 b/ext/intl/config.m4 index e8fad2e432c..52408f8e918 100644 --- a/ext/intl/config.m4 +++ b/ext/intl/config.m4 @@ -18,9 +18,6 @@ if test "$PHP_INTL" != "no"; then else icu_spoof_src="" fi - if test "$icu_version" -ge "59000"; then - ICU_CXXFLAGS="$ICU_CXXFLAGS -std=c++11 -stdlib=libc++" - fi PHP_NEW_EXTENSION(intl, php_intl.c \ intl_error.c \ intl_convert.c \