Skip to content

Commit

Permalink
Fix cross-compilation for copy_file_range
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Nov 7, 2022
1 parent 3c10246 commit 5d7b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -712,7 +712,7 @@ return 0;
#else
#error "unsupported platform"
#endif
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no])
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no], [ac_cv_copy_file_range=no])
])

if test "$ac_cv_copy_file_range" = yes; then
Expand Down

0 comments on commit 5d7b64b

Please sign in to comment.