summaryrefslogtreecommitdiff
path: root/modules/fileblocks
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-07 12:02:05 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:05:57 +0200
commit220f919b90daea4f4deb32083b7c78b6fd68641d (patch)
treebd381a49ba7653c310b86c9a68c1fd3cbc46742c /modules/fileblocks
parent99f16c180711fce0bab97ab418a9c33f2bfdb593 (diff)
downloadgnulib-220f919b90daea4f4deb32083b7c78b6fd68641d.tar.gz
fileblocks: Move AC_LIBOBJ invocations to module description.
* m4/fileblocks.m4 (gl_FILEBLOCKS): Move AC_LIBOBJ and gl_PREREQ_FILEBLOCKS invocations from here... * modules/fileblocks (configure.ac): ... to here.
Diffstat (limited to 'modules/fileblocks')
-rw-r--r--modules/fileblocks4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/fileblocks b/modules/fileblocks
index e919301e79..2deff815ee 100644
--- a/modules/fileblocks
+++ b/modules/fileblocks
@@ -9,6 +9,10 @@ Depends-on:
configure.ac:
gl_FILEBLOCKS
+if test $ac_cv_member_struct_stat_st_blocks = no; then
+ AC_LIBOBJ([fileblocks])
+ gl_PREREQ_FILEBLOCKS
+fi
Makefile.am: