]> git.ipfire.org Git - thirdparty/git.git/blobdiff - configure.ac
fetch: limit shared symref check only for local branches
[thirdparty/git.git] / configure.ac
index 6bd6bef1c44861e8644c8becc652bfdc90e3f32e..316a31d2313380dfe62385da237ef7d4418d11a5 100644 (file)
@@ -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])
 
 #