X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=m4%2Facl.m4;h=d6a448aabddade096d99942aad29b2544aaebc3f;hb=de12675d956c6f2e105eea8f372ef7dfac794206;hp=1cd592f51b650634692413d9e648b5489d947916;hpb=1f8c872f267bc608644d6de67aa5fab6285a8533;p=pspp diff --git a/m4/acl.m4 b/m4/acl.m4 index 1cd592f51b..d6a448aabd 100644 --- a/m4/acl.m4 +++ b/m4/acl.m4 @@ -1,7 +1,7 @@ # acl.m4 - check for access control list (ACL) primitives -# serial 12 +# serial 13 -# Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc. +# Copyright (C) 2002, 2004-2011 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. @@ -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).