mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
ff7c9990d4
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ if test "$PHP_CURL" != "no"; then
|
|||
dnl using pkg-config output
|
||||
|
||||
AC_MSG_CHECKING(for libcurl.pc)
|
||||
if test "$PHP_CURL" == "yes" -o "$PHP_CURL" == "/usr"; then
|
||||
if test "$PHP_CURL" = "yes" -o "$PHP_CURL" = "/usr"; then
|
||||
PKNAME=libcurl
|
||||
AC_MSG_RESULT(using default path)
|
||||
elif test -r $PHP_CURL/$PHP_LIBDIR/pkgconfig/libcurl.pc; then
|
||||
|
|
2
makedist
2
makedist
|
@ -40,7 +40,7 @@ if test "${2}" -lt "13" -o "${2}" -eq "13" -a "${3}" -lt "5"; then
|
|||
fi
|
||||
IFS="$old_IFS"
|
||||
|
||||
if test "x$PHPROOT" == "x"; then
|
||||
if test "x$PHPROOT" = "x"; then
|
||||
PHPROOT=git@git.php.net:php-src.git;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue