summaryrefslogtreecommitdiff
path: root/modules/getdtablesize
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getdtablesize')
-rw-r--r--modules/getdtablesize2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/getdtablesize b/modules/getdtablesize
index 3b195c0c85..109be1fda1 100644
--- a/modules/getdtablesize
+++ b/modules/getdtablesize
@@ -7,11 +7,13 @@ m4/getdtablesize.m4
Depends-on:
unistd
+msvc-inval [test $HAVE_GETDTABLESIZE = 0]
configure.ac:
gl_FUNC_GETDTABLESIZE
if test $HAVE_GETDTABLESIZE = 0; then
AC_LIBOBJ([getdtablesize])
+ gl_PREREQ_GETDTABLESIZE
fi
gl_UNISTD_MODULE_INDICATOR([getdtablesize])