summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-05-19 01:44:40 +0000
committerSascha Schumann <sas@php.net>2003-05-19 01:44:40 +0000
commit444d769bd390ee4186fe344bd67b5ca4de832ae1 (patch)
tree274893e57d62c5cf24bd395c33b5d5c8f704c34b /scripts/phpize.m4
parent0b6d0fefc4ef9f7984389a9806d7d6e509286878 (diff)
downloadphp-git-444d769bd390ee4186fe344bd67b5ca4de832ae1.tar.gz
MFB move awk detection
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m43
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