summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-18 09:04:12 +0000
committerJim Meyering <jim@meyering.net>2006-08-18 09:04:12 +0000
commit16901dd5fb98e5348d22e29060795a8b301dcd87 (patch)
tree7336b8bebbfa90f1c5855ca3ac699bf508f4f105 /m4/ChangeLog
parent1ff9be72d4508e947dff3c871f3cf49151a0da57 (diff)
downloadcoreutils-16901dd5fb98e5348d22e29060795a8b301dcd87.tar.xz
* gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
since gethrxtime may revert to using clock_gettime via gettime.c. Gabor Z. Papp reported that gethrxtime-using programs failed to link due to unresolved clock_gettime on a linux-2.4.x system.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index d184e99c4..6bf97c912 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,9 +1,9 @@
2006-08-18 Jim Meyering <jim@meyering.net>
- * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Reverse sense of test for
- CLOCK_MONOTONIC. Otherwise, linking a gethrxtime-using program
- with $(LIB_GETHRXTIME) could fail due to unresolved clock_gettime.
- Reported by Gabor Z. Papp.
+ * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
+ since gethrxtime may revert to using clock_gettime via gettime.c.
+ Gabor Z. Papp reported that gethrxtime-using programs failed to
+ link due to unresolved clock_gettime on a linux-2.4.x system.
2006-08-17 Paul Eggert <eggert@cs.ucla.edu>