Skip to content

Commit

Permalink
curl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
extrowerk committed Aug 19, 2017
1 parent b7a1824 commit 32a2476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/curl/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ PHP_ARG_WITH(curl, for cURL support,
if test "$PHP_CURL" != "no"; then
if test -r $PHP_CURL/include/curl/easy.h; then
CURL_DIR=$PHP_CURL
else
if test -r $PHP_CURL/develop/headers/curl/easy.h; then
CURL_DIR=$PHP_CURL
else
AC_MSG_CHECKING(for cURL in default path)
for i in /usr/local /usr; do
Expand Down

0 comments on commit 32a2476

Please sign in to comment.