Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-07 01:21:58 +0300
committerJunio C Hamano <gitster@pobox.com>2022-04-07 01:21:58 +0300
commit327933fbbc9b3dd40525373d70355be6482fca0c (patch)
tree85bd0cb1f30ec935224558d3fe72ede6d44ffc94
parent0f0303a479477cfd4f766bdfb955c7f2ebe9227a (diff)
parent2e37594797155e5d6134db3ce1e23bf42045934b (diff)
Merge branch 'ns/core-fsyncmethod'
A couple of fix-up to a topic that is now in 'master'. source: <pull.1193.git.1648663716891.gitgitgadget@gmail.com> * ns/core-fsyncmethod: configure.ac: fix HAVE_SYNC_FILE_RANGE definition
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bd6bef1c4..316a31d231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1087,7 +1087,7 @@ GIT_CONF_SUBST([HAVE_CLOCK_MONOTONIC])
# Define HAVE_SYNC_FILE_RANGE=YesPlease if sync_file_range is available.
GIT_CHECK_FUNC(sync_file_range,
[HAVE_SYNC_FILE_RANGE=YesPlease],
- [HAVE_SYNC_FILE_RANGE])
+ [HAVE_SYNC_FILE_RANGE=])
GIT_CONF_SUBST([HAVE_SYNC_FILE_RANGE])
#