summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-05-20 18:48:33 +0200
committerAndy Wingo <wingo@pobox.com>2011-06-17 11:31:12 +0200
commit074f39c7bc86386fd2d3ce9f4657451e6621e511 (patch)
treec08911b716994cd3e38aece19df32ef7e83414aa /configure.ac
parent933c6eb795d2a427d469cf94957e4cdb2758ecd2 (diff)
downloadguile-074f39c7bc86386fd2d3ce9f4657451e6621e511.tar.gz
check for clock_getcpuclockid in gl_CLOCK_TIME
* acinclude.m4 (gl_CLOCK_TIME): It could be that clock_gettime is in libc but clock_getcpuclockid is not, so check for that explicitly.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 682a9c494..067e395a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,8 @@ AC_PROG_LN_S
dnl Gnulib.
gl_INIT
dnl FIXME: remove me and the acinclude.m4 code when clock-gettime is
-dnl LGPL-compatible and can be imported normally.
+dnl fixed for clock_getcpuclockid and can be imported normally from
+dnl gnulib.
gl_CLOCK_TIME
AC_PROG_CC_C89