From e155ad00a6bc877fdbcc96f42f3427dcd7df6bb7 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 2 Jun 2005 19:16:25 +0000 Subject: [PATCH] - Use the $PHPIZE from environment if it is not empty --- buildconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 84f9674..239212a 100755 --- a/buildconf +++ b/buildconf @@ -3,7 +3,8 @@ rm -f build2/generated_lists -PHPIZE=phpize +# If there is no environment variable, fallback using phpize in PATH +test -z "$PHPIZE" && PHPIZE=phpize for bc_option do