X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwrite-any-file.m4;h=5f06927e492259e220c23bb6ba52a66752e77e35;hb=31ec8584048ce391f1ff4fb26fde3c7389c656f3;hp=26c6ce05da46ca2a6ad29567538290f19992b321;hpb=6bfbb0d1d8f2818625bbf0cd3c4010f9c6d53ebd;p=gnulib.git diff --git a/m4/write-any-file.m4 b/m4/write-any-file.m4 index 26c6ce05d..5f06927e4 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 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10,6 +10,5 @@ AC_DEFUN([gl_WRITE_ANY_FILE], [ - AC_CHECK_HEADERS_ONCE(priv.h) - AC_LIBOBJ([write-any-file]) + AC_CHECK_HEADERS_ONCE([priv.h]) ])