X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffutimens.m4;h=063db053962b1564f34b06528f8da2cfb4d41d74;hb=39e1adf83f9afbbc1ab9edbd6ca3d509c1f1bec4;hp=72c6f25cbe4653e613070fc5b59622366c2a8a96;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/futimens.m4 b/m4/futimens.m4 index 72c6f25cb..063db0539 100644 --- a/m4/futimens.m4 +++ b/m4/futimens.m4 @@ -1,4 +1,4 @@ -# serial 5 +# serial 6 # See if we need to provide futimens replacement. dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -15,7 +15,6 @@ AC_DEFUN([gl_FUNC_FUTIMENS], AC_CHECK_FUNCS_ONCE([futimens]) if test $ac_cv_func_futimens = no; then HAVE_FUTIMENS=0 - AC_LIBOBJ([futimens]) else AC_CACHE_CHECK([whether futimens works], [gl_cv_func_futimens_works], @@ -55,7 +54,6 @@ choke me rm -f conftest.file]) if test "$gl_cv_func_futimens_works" != yes; then REPLACE_FUTIMENS=1 - AC_LIBOBJ([futimens]) fi fi ])