- Use the $PHPIZE from environment if it is not empty

This commit is contained in:
foobar
2005-06-02 19:16:25 +00:00
parent 4da9b267b2
commit e155ad00a6

View File

@@ -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