X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwrite-any-file.m4;h=d46acc49418b84ab8215d6f18f850fe5eb4437e4;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=490260d9b68bcae321e595823f9a523840042477;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/write-any-file.m4 b/m4/write-any-file.m4 index 490260d9b..d46acc494 100644 --- a/m4/write-any-file.m4 +++ b/m4/write-any-file.m4 @@ -1,6 +1,6 @@ # Determine whether we can write any file. -# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,5 +11,4 @@ AC_DEFUN([gl_WRITE_ANY_FILE], [ AC_CHECK_HEADERS_ONCE([priv.h]) - AC_LIBOBJ([write-any-file]) ])