From 220f919b90daea4f4deb32083b7c78b6fd68641d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 May 2011 12:02:05 +0200 Subject: 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. --- modules/fileblocks | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/fileblocks') 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: -- cgit v1.2.1