mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
autotools: fix LargeFile feature display on Windows (after prev patch)
Always show it on Windows, regardless of the `--disable-largefile`
build option.
Follow-up to 163705db75 #19888
Closes #19922
This commit is contained in:
parent
a73040ac8a
commit
cc285649dc
@ -5317,7 +5317,7 @@ fi
|
||||
|
||||
if test ${ac_cv_sizeof_curl_off_t} -gt 4; then
|
||||
if test ${ac_cv_sizeof_off_t} -gt 4 -o \
|
||||
"$curl_win32_file_api" = "win32_large_files"; then
|
||||
"$curl_cv_native_windows" = "yes"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES Largefile"
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user