X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffwriting.m4;h=5c05432e5d6e546d97b8a95fc065339034e4c21c;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=515193ac9d9b574d3a55f8697a33467df4b8f95b;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/m4/fwriting.m4 b/m4/fwriting.m4 index 515193ac9..5c05432e5 100644 --- a/m4/fwriting.m4 +++ b/m4/fwriting.m4 @@ -1,5 +1,5 @@ -# fwriting.m4 serial 1 -dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc. +# fwriting.m4 serial 2 +dnl Copyright (C) 2007, 2009-2014 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 ])