X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsync.m4;h=8cd47b48202f223eeffbc38414096c28ed912c1d;hb=fb88b295e090486496c869d44a7b47ee8cbc4071;hp=1aacdfaed37e5a03c97fc51be5fd20262d84bf02;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/fsync.m4 b/m4/fsync.m4 index 1aacdfaed..8cd47b482 100644 --- a/m4/fsync.m4 +++ b/m4/fsync.m4 @@ -1,5 +1,5 @@ -# fsync.m4 serial 1 -dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. +# fsync.m4 serial 2 +dnl Copyright (C) 2008-2012 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. @@ -10,8 +10,6 @@ AC_DEFUN([gl_FUNC_FSYNC], AC_CHECK_FUNCS_ONCE([fsync]) if test $ac_cv_func_fsync = no; then HAVE_FSYNC=0 - AC_LIBOBJ([fsync]) - gl_PREREQ_FSYNC fi ])