back out last patch
authorJim Meyering <jim@meyering.net>
Fri, 18 Aug 2006 08:24:46 +0000 (08:24 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 18 Aug 2006 08:24:46 +0000 (08:24 +0000)
m4/gethrxtime.m4

index 1277a7891ba2d8073a33ef3607f9b324a6ed12a7..2b6fe367c445b0a4acbb31f7ce239a7b7dd68b1f 100644 (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])