diff modules/fwriting @ 14953:632892f73130

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:48:53 +0200
parents 2c1ba629f5d5
children
line wrap: on
line diff
--- a/modules/fwriting
+++ b/modules/fwriting
@@ -12,6 +12,9 @@
 
 configure.ac:
 gl_FUNC_FWRITING
+if test $ac_cv_func___fwriting = no; then
+  AC_LIBOBJ([fwriting])
+fi
 
 Makefile.am: