diff options
| author | Anatol Belski <ab@php.net> | 2014-08-20 15:26:53 -0700 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-20 15:26:53 -0700 |
| commit | 4c2330c1e84574560e33e992138d130ba298fd54 (patch) | |
| tree | 24a3046efd178962e8fb770cfad5abd581c46f9b | |
| parent | 888ef26cc5e03b19729c1e5fa4993fd6a9febb3f (diff) | |
| download | php-git-4c2330c1e84574560e33e992138d130ba298fd54.tar.gz | |
make g++ see all the stdint.h stuff
| -rw-r--r-- | ext/intl/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/config.m4 b/ext/intl/config.m4 index 4630a302ef..5afee4809e 100644 --- a/ext/intl/config.m4 +++ b/ext/intl/config.m4 @@ -85,7 +85,7 @@ if test "$PHP_INTL" != "no"; then breakiterator/codepointiterator_internal.cpp \ breakiterator/codepointiterator_methods.cpp \ idn/idn.c \ - $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings) + $icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS) PHP_ADD_BUILD_DIR($ext_builddir/collator) PHP_ADD_BUILD_DIR($ext_builddir/converter) PHP_ADD_BUILD_DIR($ext_builddir/common) |
