diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-18 07:34:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-18 07:34:06 +0000 |
commit | f0703928e457a65802b2f0e66e7590a5f55f2d38 (patch) | |
tree | 0433e02cbbafd1ac4ce5d642560d1b1c0e53b853 /m4/ChangeLog | |
parent | 22d4295325ece99c9a0ddf3ca901d3da37edc0cf (diff) | |
download | coreutils-f0703928e457a65802b2f0e66e7590a5f55f2d38.tar.xz |
* 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.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 979eed295..d184e99c4 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,10 @@ +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. + 2006-08-17 Paul Eggert <eggert@cs.ucla.edu> * ChangeLog: Add copyright notice. |