1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 11:52:15 +02:00

back out last patch

This commit is contained in:
Jim Meyering
2006-08-18 08:24:46 +00:00
parent f0703928e4
commit 1ff9be72d4

View File

@@ -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])