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.
1 parent 342b122 commit 7bac69fCopy full SHA for 7bac69f
config.m4
@@ -21,7 +21,7 @@ if test "$PHP_OAUTH" != "no"; then
21
AC_MSG_CHECKING(for cURL in default path)
22
have_curl=no
23
for i in /usr/local /usr; do
24
- 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
25
have_curl=yes
26
CURL_DIR=$i
27
AC_MSG_RESULT(found in $i)
0 commit comments