From 459837323403b5bb13cbb9aa19959896bc6471fe Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 May 2011 13:45:40 +0200 Subject: futimens: Move AC_LIBOBJ invocations to module description. * m4/futimens.m4 (gl_FUNC_FUTIMENS): Move AC_LIBOBJ invocations from here... * modules/futimens (configure.ac): ... to here. --- modules/futimens | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/futimens') diff --git a/modules/futimens b/modules/futimens index 4ed403e946..ab1c62d2be 100644 --- a/modules/futimens +++ b/modules/futimens @@ -12,6 +12,9 @@ utimens [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1] configure.ac: gl_FUNC_FUTIMENS +if test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1; then + AC_LIBOBJ([futimens]) +fi gl_SYS_STAT_MODULE_INDICATOR([futimens]) Makefile.am: -- cgit v1.2.1