X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdirfd.m4;h=39bc78971e02a61361be770e909109891fe58c85;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=62dcd8830af0aef5cc7c2e49f5c6edc91b241270;hpb=bb583353b5e5682934bac834ff6c8dec1ebd04ab;p=gnulib.git diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index 62dcd8830..39bc78971 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -1,8 +1,8 @@ -# serial 21 -*- Autoconf -*- +# serial 22 -*- Autoconf -*- dnl Find out how to get the file descriptor associated with an open DIR*. -# Copyright (C) 2001-2006, 2008-2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2006, 2008-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -18,8 +18,8 @@ AC_DEFUN([gl_FUNC_DIRFD], AC_CHECK_FUNCS([dirfd]) AC_CHECK_DECLS([dirfd], , , - [#include - #include ]) + [[#include + #include ]]) if test $ac_cv_have_decl_dirfd = no; then HAVE_DECL_DIRFD=0 fi