diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-18 08:24:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-18 08:24:46 +0000 |
commit | 1ff9be72d4508e947dff3c871f3cf49151a0da57 (patch) | |
tree | 5b55fe4a12ab423fbd128f82f791001f20d26d0d /m4/gethrxtime.m4 | |
parent | f0703928e457a65802b2f0e66e7590a5f55f2d38 (diff) | |
download | coreutils-1ff9be72d4508e947dff3c871f3cf49151a0da57.tar.xz |
back out last patch
Diffstat (limited to 'm4/gethrxtime.m4')
-rw-r--r-- | m4/gethrxtime.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gethrxtime.m4 b/m4/gethrxtime.m4 index 1277a7891..2b6fe367c 100644 --- a/m4/gethrxtime.m4 +++ b/m4/gethrxtime.m4 @@ -1,5 +1,5 @@ # gethrxtime.m4 serial 3 -dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -67,7 +67,7 @@ AC_DEFUN([gl_PREREQ_GETHRXTIME], ], gl_cv_have_CLOCK_MONOTONIC=yes, gl_cv_have_CLOCK_MONOTONIC=no)]) - if test $gl_cv_have_CLOCK_MONOTONIC = no; then + if test $gl_cv_have_CLOCK_MONOTONIC = yes; then LIB_GETHRXTIME=$LIB_CLOCK_GETTIME fi AC_SUBST([LIB_GETHRXTIME]) |