From: Andrei Zmievski Date: Fri, 12 Jan 2007 19:02:14 +0000 (+0000) Subject: Use PHP_SETUP_ICU in self-contained extensions X-Git-Tag: RELEASE_1_0_0RC1~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65f3adea43d0d73c9497759fa8dddb3e8b4cdb8d;p=php Use PHP_SETUP_ICU in self-contained extensions --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 384d44cd9b..f65796b494 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -68,6 +68,8 @@ AC_PREFIX_DEFAULT() PHP_PROG_RE2C PHP_PROG_AWK + +PHP_SETUP_ICU sinclude(config.m4)