X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fusleep.m4;h=3e96a1624b0fff91f8734ec624326a982175d083;hb=395f9e6a19b504609aa8b0bd7f8cc55d4547d8dd;hp=a41cbb106f348e4cbd54d3b1acb9bebc7db0eb05;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/m4/usleep.m4 b/m4/usleep.m4 index a41cbb106..3e96a1624 100644 --- a/m4/usleep.m4 +++ b/m4/usleep.m4 @@ -1,4 +1,4 @@ -# usleep.m4 serial 1 +# usleep.m4 serial 2 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -18,7 +18,6 @@ AC_DEFUN([gl_FUNC_USLEEP], type if lacks this type.])]) if test $ac_cv_func_usleep = no; then HAVE_USLEEP=0 - AC_LIBOBJ([usleep]) else dnl POSIX allows implementations to reject arguments larger than dnl 999999, but GNU guarantees it will work. @@ -31,7 +30,6 @@ AC_DEFUN([gl_FUNC_USLEEP], [gl_cv_func_usleep_works="guessing no"])]) if test "$gl_cv_func_usleep_works" != yes; then REPLACE_USLEEP=1 - AC_LIBOBJ([usleep]) fi fi ])