X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffsync.m4;h=c0b601a49670eb55b763b3a3e94c927aa35f7642;hb=372ef2a0e94ec6ee85b5fc4bab763154ec11420d;hp=eac74097bb15c433c99f2bedd7ae07c6508d4797;hpb=9d7e96c82c2a70aa5a32d07b76cdd94f0f0e4388;p=gnulib.git diff --git a/m4/fsync.m4 b/m4/fsync.m4 index eac74097b..c0b601a49 100644 --- a/m4/fsync.m4 +++ b/m4/fsync.m4 @@ -1,5 +1,5 @@ -# fsync.m4 serial 1 -dnl Copyright (C) 2008 Free Software Foundation, Inc. +# fsync.m4 serial 2 +dnl Copyright (C) 2008-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, 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 ])