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