X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffwritable.m4;h=e171d04b42bc96293ad12369297f96821382b7e9;hb=f9788546de646fbc4f77bba502a8f815d4999bac;hp=057d16a5d92866fc5d7bfad371ff171ece99ea53;hpb=d1b26967b8d0882441359644bd9122345bd2b03a;p=gnulib.git diff --git a/m4/fwritable.m4 b/m4/fwritable.m4 index 057d16a5d..e171d04b4 100644 --- a/m4/fwritable.m4 +++ b/m4/fwritable.m4 @@ -1,5 +1,5 @@ -# fwritable.m4 serial 1 -dnl Copyright (C) 2007 Free Software Foundation, Inc. +# fwritable.m4 serial 2 +dnl Copyright (C) 2007, 2009-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. @@ -7,7 +7,4 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FWRITABLE], [ AC_CHECK_FUNCS_ONCE([__fwritable]) - if test $ac_cv_func___fwritable = no; then - AC_LIBOBJ([fwritable]) - fi ])