diff options
| author | Sascha Schumann <sas@php.net> | 2003-05-19 01:42:13 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2003-05-19 01:42:13 +0000 |
| commit | 45a703d3f16ec6b2a706d687be0dce1832620c55 (patch) | |
| tree | 9b88632bca55f70d5c7efa63d9ee17f105de99be /scripts/phpize.m4 | |
| parent | 55a52eb920f56913de43c66b9b262b47a310b6bf (diff) | |
| download | php-git-45a703d3f16ec6b2a706d687be0dce1832620c55.tar.gz | |
Move awk detection before config.m4 inclusion
Diffstat (limited to 'scripts/phpize.m4')
| -rw-r--r-- | scripts/phpize.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 9f1371716e..4767403170 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -63,6 +63,8 @@ AC_ARG_WITH(openssl, PHP_SETUP_OPENSSL fi ]) + +AC_PROG_AWK sinclude(config.m4) @@ -70,7 +72,6 @@ enable_static=no enable_shared=yes AC_PROG_LIBTOOL -AC_PROG_AWK all_targets='$(PHP_MODULES)' install_targets=install-modules |
