X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Facl.m4;h=d6a448aabddade096d99942aad29b2544aaebc3f;hb=e4aa7fe91e3fa0e763e05ca9038c28d970928e4f;hp=a01382db6171f363d54af0ceb5f95f91c772562b;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/acl.m4 b/m4/acl.m4 index a01382db6..d6a448aab 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,5 +1,5 @@ # acl.m4 - check for access control list (ACL) primitives -# serial 12 +# serial 13 # Copyright (C) 2002, 2004-2011 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -94,6 +94,8 @@ int type = ACL_TYPE_EXTENDED;]])], if test $ac_cv_func_getacl = yes; then use_acl=1 fi + dnl Test for HP-UX 11.11 API. + AC_CHECK_HEADERS([aclv.h], [], [], [#include ]) fi dnl Test for AIX API (AIX 5.3 or newer).