diff options
Diffstat (limited to 'build/php.m4')
-rw-r--r-- | build/php.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/php.m4 b/build/php.m4 index 16c5e25fba..9868c046a6 100644 --- a/build/php.m4 +++ b/build/php.m4 @@ -1893,6 +1893,8 @@ AC_DEFUN([PHP_SETUP_ICU],[ if test "$PKG_CONFIG icu-io --atleast-version=60"; then ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1" fi + + ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1" ]) dnl |