Skip to content

Commit 32a2476

Browse files
committed
curl patch
1 parent b7a1824 commit 32a2476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/curl/config.m4

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ PHP_ARG_WITH(curl, for cURL support,
88
if test "$PHP_CURL" != "no"; then
99
if test -r $PHP_CURL/include/curl/easy.h; then
1010
CURL_DIR=$PHP_CURL
11+
else
12+
if test -r $PHP_CURL/develop/headers/curl/easy.h; then
13+
CURL_DIR=$PHP_CURL
1114
else
1215
AC_MSG_CHECKING(for cURL in default path)
1316
for i in /usr/local /usr; do

0 commit comments

Comments
 (0)