diff options
author | foobar <sniper@php.net> | 2003-08-05 11:19:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-05 11:19:13 +0000 |
commit | f8202e134d2da901148fdac8c48493cd3d8a3c81 (patch) | |
tree | 963b00583ce42e2286dac25871a5435dc204f98e /scripts | |
parent | 22dba46f2d086422a21c130ab909364237e595e7 (diff) | |
download | php-git-f8202e134d2da901148fdac8c48493cd3d8a3c81.tar.gz |
$host_* vars are used in extension config.m4s too.
Diffstat (limited to 'scripts')
-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 bc597f1079..d60d3df0c0 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -2,6 +2,8 @@ dnl This file becomes configure.in for self-contained extensions. AC_INIT(config.m4) +AC_CANONICAL_HOST + PHP_INIT_BUILD_SYSTEM AC_DEFUN(PHP_WITH_PHP_CONFIG,[ |