]> granicus.if.org Git - php/commitdiff
Revert "ICU 59+ requires C++11 and errors out without the option"
authorStanislav Malyshev <stas@php.net>
Wed, 20 Jun 2018 17:41:41 +0000 (10:41 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 20 Jun 2018 17:41:41 +0000 (10:41 -0700)
This reverts commit 5dd1ef90caec3021e6ce55c8554e695edf641eaf.

ext/intl/config.m4

index e8fad2e432cf1923046fa247071fe71299a29160..52408f8e918351cc0dc27b1f50e77dd63b99da5a 100644 (file)
@@ -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 \