From bcf2e10ae75a02d35971d446f430eafd41e48db5 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 20 Jun 2018 10:41:41 -0700 Subject: [PATCH] Revert "ICU 59+ requires C++11 and errors out without the option" This reverts commit 5dd1ef90caec3021e6ce55c8554e695edf641eaf. --- ext/intl/config.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/intl/config.m4 b/ext/intl/config.m4 index e8fad2e432..52408f8e91 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 \ -- 2.40.0