Skip to content

Commit 5d7b64b

Browse files
committed
Fix cross-compilation for copy_file_range
1 parent 3c10246 commit 5d7b64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ return 0;
712712
#else
713713
#error "unsupported platform"
714714
#endif
715-
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no])
715+
]])], [ac_cv_copy_file_range=yes], [ac_cv_copy_file_range=no], [ac_cv_copy_file_range=no])
716716
])
717717

718718
if test "$ac_cv_copy_file_range" = yes; then

0 commit comments

Comments
 (0)