Skip to content

Commit f96e372

Browse files
committed
Revert "curl patch"
This reverts commit 32a2476.
1 parent 32a2476 commit f96e372

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/curl/config.m4

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ 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
1411
else
1512
AC_MSG_CHECKING(for cURL in default path)
1613
for i in /usr/local /usr; do

0 commit comments

Comments
 (0)