X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;fp=configure.in;h=3e6df4d9858b6e17996b82130c29ad3d3e4fdff5;hb=5182c89919ebdaf0c00689ca944b97137bf756f4;hp=48449921b926c766497b252d458c08cb237e17e0;hpb=2be76a10a0ed013cc7da7496a26477d58f5c6bca;p=netatalk.git diff --git a/configure.in b/configure.in index 48449921..3e6df4d9 100644 --- a/configure.in +++ b/configure.in @@ -1090,6 +1090,8 @@ if test x"$with_acl_support" = x"yes" ; then fi if test x"$with_acl_support" = x"yes" ; then + AC_CHECK_HEADERS([acl/libacl.h]) + AC_CHECK_FUNCS(acl_get_perm_np acl_from_mode) AC_DEFINE(HAVE_ACLS,1,[Whether ACLs support is available]) AC_SUBST(ACL_LIBS) fi