summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2018-06-21 08:29:34 +0000
committerChristoph M. Becker <cmb@php.net>2018-06-21 08:29:34 +0000
commita28639ec98fcb3de60968a3c31556984d33d52ff (patch)
treefcfc99a67ba6a394da209f2339d8b0efec481bd6
parentcdc9232577a3f936370f5b80d82a99bb358c08f6 (diff)
downloadphp-git-php-7.3.0alpha2.tar.gz
Revert "Merge branch 'PHP-7.1' into PHP-7.2"php-7.3.0alpha2
This reverts commit 61a4fc4e44a6c7aebd9521b897446fc339eaaac1, reversing changes made to 13e9a471d79b5f845d087dd97c2f96d04493151e.
-rw-r--r--ext/intl/config.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/config.m4 b/ext/intl/config.m4
index 1f10b77b07..4b9f469b38 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 \