From 5d7b64be1d4284580aca4a2d95274715b3bb5113 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 7 Nov 2022 16:39:08 +0100 Subject: [PATCH] Fix cross-compilation for copy_file_range --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e0a17416ac8..ac6f8f1d6b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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