X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Ffwriting.m4;h=5a664ca8d387f033a921341428303ca7ac39143f;hb=208e667b5f8c696e723da34171fbaa6f01246f3b;hp=f1fd7dc2a3eabf54b17e83b9969dba1feaf060e5;hpb=a8f956440539cf954fb92e2396cc58e2a111455f;p=gnulib.git diff --git a/m4/fwriting.m4 b/m4/fwriting.m4 index f1fd7dc2a..5a664ca8d 100644 --- a/m4/fwriting.m4 +++ b/m4/fwriting.m4 @@ -1,5 +1,5 @@ -# fwriting.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# fwriting.m4 serial 2 +dnl Copyright (C) 2007, 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, dnl with or without modifications, as long as this notice is preserved. @@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FWRITING], [ AC_CHECK_FUNCS_ONCE([__fwriting]) - if test $ac_cv_func___fwriting = no; then - AC_LIBOBJ([fwriting]) - fi ])