mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed bug #80310: Support for icu4c 68.1.
This commit is contained in:
commit
5143b4d8aa
1 changed files with 2 additions and 0 deletions
|
@ -1893,6 +1893,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
|
||||||
if test "$PKG_CONFIG icu-io --atleast-version=60"; then
|
if test "$PKG_CONFIG icu-io --atleast-version=60"; then
|
||||||
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
|
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue