From 444d769bd390ee4186fe344bd67b5ca4de832ae1 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 19 May 2003 01:44:40 +0000 Subject: [PATCH] MFB move awk detection --- scripts/phpize.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1