diff options
author | Stig Bakken <ssb@php.net> | 2002-10-12 01:30:24 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-10-12 01:30:24 +0000 |
commit | 1cb6af0cbe67170543d2a3f51dfce53073466626 (patch) | |
tree | 37cbfbb94bf15e82bf5ccf6e72325c6038f86b8b | |
parent | 8884469e11cd9559854979d5c0fa1c0c1a1e0b97 (diff) | |
download | php-git-1cb6af0cbe67170543d2a3f51dfce53073466626.tar.gz |
* look for awk, fix for #19819
-rw-r--r-- | pear/pear.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/pear.m4 b/pear/pear.m4 index c6f8cf0a0a..10f5be0cee 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -69,6 +69,7 @@ enable_static=no enable_shared=yes AC_PROG_LIBTOOL +AC_PROG_AWK all_targets='$(PHP_MODULES)' install_targets=install-modules |