summaryrefslogtreecommitdiff
path: root/modules/getdtablesize
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getdtablesize')
-rw-r--r--modules/getdtablesize3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/getdtablesize b/modules/getdtablesize
index 808238ca80..3b195c0c85 100644
--- a/modules/getdtablesize
+++ b/modules/getdtablesize
@@ -10,6 +10,9 @@ unistd
configure.ac:
gl_FUNC_GETDTABLESIZE
+if test $HAVE_GETDTABLESIZE = 0; then
+ AC_LIBOBJ([getdtablesize])
+fi
gl_UNISTD_MODULE_INDICATOR([getdtablesize])
Makefile.am: