diff options
| author | Andrei Zmievski <andrei@php.net> | 2007-01-12 19:02:14 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2007-01-12 19:02:14 +0000 |
| commit | 65f3adea43d0d73c9497759fa8dddb3e8b4cdb8d (patch) | |
| tree | c7d20eb7dbb5c027ba195a23bdecaeec17a004bc /scripts/phpize.m4 | |
| parent | af7451985eae593894733cfd67a16c2324aff327 (diff) | |
| download | php-git-65f3adea43d0d73c9497759fa8dddb3e8b4cdb8d.tar.gz | |
Use PHP_SETUP_ICU in self-contained extensions
Diffstat (limited to 'scripts/phpize.m4')
| -rw-r--r-- | scripts/phpize.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
