Browse Source

Revert "ICU 59+ requires C++11 and errors out without the option"

This reverts commit 5dd1ef90ca.
pull/3318/head
Stanislav Malyshev 8 years ago
parent
commit
bcf2e10ae7
  1. 3
      ext/intl/config.m4

3
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 \

Loading…
Cancel
Save