X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffwritable.m4;h=a08e7800e2d76256c85a8a91dae64a1e10dcfa9c;hb=68dd9ac979d5c3afd72f3d2fb0d6dcda32b3c384;hp=daa46cf4a61ae00ebcd2d32fe1eea3ac26944c56;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/fwritable.m4 b/m4/fwritable.m4 index daa46cf4a..a08e7800e 100644 --- a/m4/fwritable.m4 +++ b/m4/fwritable.m4 @@ -1,4 +1,4 @@ -# fwritable.m4 serial 1 +# fwritable.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_FWRITABLE], [ AC_CHECK_FUNCS_ONCE([__fwritable]) - if test $ac_cv_func___fwritable = no; then - AC_LIBOBJ([fwritable]) - fi ])