X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdirfd.m4;h=fc475d78b9faf0c706c2cadab432b81ae0740274;hb=81e2fe40473d40b254dea9484525c343d896a439;hp=62dcd8830af0aef5cc7c2e49f5c6edc91b241270;hpb=bb583353b5e5682934bac834ff6c8dec1ebd04ab;p=gnulib.git diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index 62dcd8830..fc475d78b 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-2012 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