Skip to content

Commit 770a18a

Browse files
authored
Merge pull request #3 from js361014/master
Bug #76722 cURL library headers not recognized on Debian 9
2 parents 4aba066 + 7bac69f commit 770a18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if test "$PHP_OAUTH" != "no"; then
1717
AC_MSG_CHECKING(for cURL in default path)
1818
have_curl=no
1919
for i in /usr/local /usr; do
20-
if test -r $i/include/curl/easy.h; then
20+
if test -r $i/include/curl/easy.h -o -r $i/include/x86_64-linux-gnu/curl/easy.h; then
2121
have_curl=yes
2222
CURL_DIR=$i
2323
AC_MSG_RESULT(found in $i)

0 commit comments

Comments
 (0)