Skip to content

Commit 52171ae

Browse files
committed
Allow local override of PHPROOT in makedist
1 parent 66b4e5c commit 52171ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makedist

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ if test "${1}" = "1" -a "${2}" -lt "28"; then
3535
fi
3636
IFS="$old_IFS"
3737

38-
[email protected]:php-src.git
38+
if test "$PHPROOTx" == "x"; then
39+
[email protected]:php-src.git;
40+
fi
41+
3942
LT_TARGETS='ltconfig ltmain.sh config.guess config.sub'
4043

4144
if echo '\c' | grep -s c >/dev/null 2>&1

0 commit comments

Comments
 (0)