summaryrefslogtreecommitdiff
path: root/modules/fwriting
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-07 13:48:53 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:02 +0200
commitdc6a7661772308dc7561ab13d7dfc60ce53cf3a0 (patch)
tree29076384c364ffbca756757422763a8a50237e65 /modules/fwriting
parent44cfacd039e9e8b039767b58c9842f9eec51d5c7 (diff)
downloadgnulib-dc6a7661772308dc7561ab13d7dfc60ce53cf3a0.tar.gz
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from here... * modules/fwriting (configure.ac): ... to here.
Diffstat (limited to 'modules/fwriting')
-rw-r--r--modules/fwriting3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/fwriting b/modules/fwriting
index f3e94a312b..522bdb332b 100644
--- a/modules/fwriting
+++ b/modules/fwriting
@@ -12,6 +12,9 @@ stdbool
configure.ac:
gl_FUNC_FWRITING
+if test $ac_cv_func___fwriting = no; then
+ AC_LIBOBJ([fwriting])
+fi
Makefile.am: