Skip to content

Commit 7bac69f

Browse files
committed
Bug #76722 cURL library headers not recognized on Debian 9
1 parent 342b122 commit 7bac69f

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
@@ -21,7 +21,7 @@ if test "$PHP_OAUTH" != "no"; then
2121
AC_MSG_CHECKING(for cURL in default path)
2222
have_curl=no
2323
for i in /usr/local /usr; do
24-
if test -r $i/include/curl/easy.h; then
24+
if test -r $i/include/curl/easy.h -o -r $i/include/x86_64-linux-gnu/curl/easy.h; then
2525
have_curl=yes
2626
CURL_DIR=$i
2727
AC_MSG_RESULT(found in $i)

0 commit comments

Comments
 (0)