summaryrefslogtreecommitdiff
path: root/modules/fcntl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-07-26 00:39:35 +0200
committerBruno Haible <bruno@clisp.org>2011-07-26 00:39:35 +0200
commit2949b7fd942e2dc3470dfcc42fd6b77e6b27418a (patch)
tree4e874ebb1976d0302d46664c106c3234bf3bc7a9 /modules/fcntl
parent75d6952a6726fce261a1757825fb0491fa195acf (diff)
downloadgnulib-2949b7fd942e2dc3470dfcc42fd6b77e6b27418a.tar.gz
fcntl: Move AC_LIBOBJ invocation to module description.
* m4/fcntl.m4 (gl_REPLACE_FCNTL): Don't invoke AC_LIBOBJ. * modules/fcntl (configure.ac): Invoke AC_LIBOBJ.
Diffstat (limited to 'modules/fcntl')
-rw-r--r--modules/fcntl3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/fcntl b/modules/fcntl
index 855ee9f974..4c30e9e4ab 100644
--- a/modules/fcntl
+++ b/modules/fcntl
@@ -13,6 +13,9 @@ getdtablesize [test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1]
configure.ac:
gl_FUNC_FCNTL
+if test $HAVE_FCNTL = 0 || test $REPLACE_FCNTL = 1; then
+ AC_LIBOBJ([fcntl])
+fi
gl_FCNTL_MODULE_INDICATOR([fcntl])
Makefile.am: