summaryrefslogtreecommitdiff
path: root/modules/times
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 15:09:59 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:00 +0200
commitcff16a1c09cc8dbc7923836cd5855c91b298840c (patch)
tree4fe2063e0f9a045d81c7d1eb6682c8d62c585af5 /modules/times
parent64e13d308b5004abd50ea7fc8c5a3066976f8afd (diff)
downloadgnulib-cff16a1c09cc8dbc7923836cd5855c91b298840c.tar.gz
times: Move AC_LIBOBJ invocations to module description.
* m4/times.m4 (gl_FUNC_TIMES): Move AC_LIBOBJ invocation from here... * modules/times (configure.ac): ... to here.
Diffstat (limited to 'modules/times')
-rw-r--r--modules/times3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/times b/modules/times
index dad7eb9b7b..aab3703f6a 100644
--- a/modules/times
+++ b/modules/times
@@ -10,6 +10,9 @@ sys_times
configure.ac:
gl_FUNC_TIMES
+if test $HAVE_TIMES = 0; then
+ AC_LIBOBJ([times])
+fi
gl_SYS_TIMES_MODULE_INDICATOR([times])
Makefile.am: