X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=m4%2Facl.m4;fp=m4%2Facl.m4;h=f02f69d22ac14c14e572e4464e3dc62602c187f1;hp=df8290e5debe7669ab06ab094e6759e7ddbca702;hb=e1c466d11a91615c413789ea8bc3ec358f2c6aa9;hpb=5d14f4f1c3cd98dd1362e3ad73863278d7e4f7e6 diff --git a/m4/acl.m4 b/m4/acl.m4 index df8290e5d..f02f69d22 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,5 +1,5 @@ # acl.m4 - check for access control list (ACL) primitives -# serial 16 +# serial 17 # Copyright (C) 2002, 2004-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -14,6 +14,7 @@ AC_DEFUN([gl_FUNC_ACL], AS_HELP_STRING([--disable-acl], [do not support ACLs]), , [enable_acl=auto]) + AC_CHECK_FUNCS_ONCE([fchmod]) LIB_ACL= use_acl=0 if test "x$enable_acl" != "xno"; then