We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a1824 commit 32a2476Copy full SHA for 32a2476
ext/curl/config.m4
@@ -8,6 +8,9 @@ PHP_ARG_WITH(curl, for cURL support,
8
if test "$PHP_CURL" != "no"; then
9
if test -r $PHP_CURL/include/curl/easy.h; then
10
CURL_DIR=$PHP_CURL
11
+ else
12
+ if test -r $PHP_CURL/develop/headers/curl/easy.h; then
13
+ CURL_DIR=$PHP_CURL
14
else
15
AC_MSG_CHECKING(for cURL in default path)
16
for i in /usr/local /usr; do
0 commit comments