summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-09 14:44:46 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-09 14:44:46 +0100
commitb6a93c38bffed8fed16518c58afb7eb6d6fa9e79 (patch)
tree9f525b095d2b9af7f299aec93bac6158b955d7e5 /build
parent5143b4d8aa0ff700fc8f79b3c652cf54c71c048d (diff)
parent975735c02751d9409c4a4757e7b70d217f0f54fe (diff)
downloadphp-git-b6a93c38bffed8fed16518c58afb7eb6d6fa9e79.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Use true/false instead of TRUE/FALSE in intl
Diffstat (limited to 'build')
-rw-r--r--build/php.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/build/php.m4 b/build/php.m4
index a8f0b9e21c..fe2f176e3c 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -1893,8 +1893,6 @@ 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