X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffwritable.m4;h=e171d04b42bc96293ad12369297f96821382b7e9;hb=a02ba4bf889fee4622db87f185c3d0af84d74ae7;hp=daa46cf4a61ae00ebcd2d32fe1eea3ac26944c56;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/fwritable.m4 b/m4/fwritable.m4 index daa46cf4a..e171d04b4 100644 --- a/m4/fwritable.m4 +++ b/m4/fwritable.m4 @@ -1,5 +1,5 @@ -# fwritable.m4 serial 1 -dnl Copyright (C) 2007, 2009-2011 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 ])