diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-22 12:13:31 -0400 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-12-09 17:28:02 +0100 |
commit | 78e4f047525268278ffe497a162d0d279999c8c2 (patch) | |
tree | 5c3f00d37291d48ad28b695357a018166eec3faa /travis | |
parent | c74b9990cad5fb10ae1168173c0ed7cfb73ed301 (diff) | |
download | php-git-78e4f047525268278ffe497a162d0d279999c8c2.tar.gz |
ext/curl: port to pkg-config macro and consistently require its use
curl 7.15.1 in December 2006 first added pkg-config support, which is
earlier than the minimum supported version for php. This should
therefore be uiversally supported.
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index d5c1a50c91..d6bd887c85 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -50,7 +50,6 @@ $TS \ --enable-soap \ --enable-xmlreader \ --with-xsl \ ---with-curl=/usr \ --with-tidy \ --with-xmlrpc \ --enable-sysvsem \ |