summaryrefslogtreecommitdiff
path: root/modules/getdtablesize
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-08 11:43:03 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:04 +0200
commit70c1fe79c3480638fbd70ac5c3ac036f87ca5136 (patch)
tree1461c62b46cd148bec557b5c55a2d55e72c1bb4e /modules/getdtablesize
parent3a664e68b715e2a20d0bd8ca64cdc10c56316ab3 (diff)
downloadgnulib-70c1fe79c3480638fbd70ac5c3ac036f87ca5136.tar.gz
getdtablesize: Move AC_LIBOBJ invocations to module description.
* m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Move AC_LIBOBJ invocation from here... * modules/getdtablesize (configure.ac): ... to here.
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: