X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffwriting.m4;h=5a664ca8d387f033a921341428303ca7ac39143f;hb=e81d3b1b46e69f9799deb665769f9796c4e454e6;hp=17076f8f62ba6f41148f3c5171da4d461b3126a0;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/fwriting.m4 b/m4/fwriting.m4 index 17076f8f6..5a664ca8d 100644 --- a/m4/fwriting.m4 +++ b/m4/fwriting.m4 @@ -1,4 +1,4 @@ -# fwriting.m4 serial 1 +# 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, @@ -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 ])