We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aba066 + 7bac69f commit 770a18aCopy full SHA for 770a18a
config.m4
@@ -17,7 +17,7 @@ if test "$PHP_OAUTH" != "no"; then
17
AC_MSG_CHECKING(for cURL in default path)
18
have_curl=no
19
for i in /usr/local /usr; do
20
- if test -r $i/include/curl/easy.h; then
+ if test -r $i/include/curl/easy.h -o -r $i/include/x86_64-linux-gnu/curl/easy.h; then
21
have_curl=yes
22
CURL_DIR=$i
23
AC_MSG_RESULT(found in $i)
0 commit comments