X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffutimens;h=ab1c62d2bef0056d5bca6f97e2160c4df39c4517;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=4ed403e9462832f7d179828ea73c933763c553e9;hpb=dc3b334025f869427bac1db1a47b6f40635c13ef;p=gnulib.git diff --git a/modules/futimens b/modules/futimens index 4ed403e94..ab1c62d2b 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: