From 7b204da47ae03e7d11051c912cecbecad8d860f4 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 10 Sep 2010 15:05:12 +0200 Subject: [PATCH] Detect acl_get() on AIX to enable ACL code --- bacula/autoconf/configure.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7341ec1890..834d1a090d 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2557,7 +2557,14 @@ if test x$support_acl = xyes -o x$support_acl = xauto; then have_extended_acl=yes ] ) - ] + ], [ + dnl check for AIX + AC_CHECK_FUNC(acl_get, + [ + have_acl=yes + ] + ) + ] ) ] ) -- 2.39.5