summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-24 19:15:22 +0200
committerBruno Haible <bruno@clisp.org>2023-04-24 19:15:22 +0200
commitca5545a273810bb759fb854f70b8d228b6094ff0 (patch)
treead60625b28a5601b95c7a640f62f2b3e268fdde2 /modules
parentee84e6ad5b5fcb1908f426115f6376ed515b5dd2 (diff)
downloadgnulib-ca5545a273810bb759fb854f70b8d228b6094ff0.tar.gz
lseek: Fix module dependencies (regression 2021-11-15).
* modules/lseek (Depends-on): Re-enable the msvc-nothrow dependency also when WINDOWS_64_BIT_OFF_T is 0.
Diffstat (limited to 'modules')
-rw-r--r--modules/lseek2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lseek b/modules/lseek
index 17d02a79c5..711afeb2fa 100644
--- a/modules/lseek
+++ b/modules/lseek
@@ -9,7 +9,7 @@ Depends-on:
unistd
sys_types
largefile
-msvc-nothrow [test $WINDOWS_64_BIT_OFF_T = 1]
+msvc-nothrow [test $REPLACE_LSEEK = 1]
fstat [test "$gl_cv_func_lseek_pipe" = no]
configure.ac: