We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a2476 commit f96e372Copy full SHA for f96e372
ext/curl/config.m4
@@ -8,9 +8,6 @@ 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