]> git.sur5r.net Git - bacula/bacula/commit
Added configure logic for detecting the TRU64 extended attributes interface.
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 25 Sep 2010 13:04:33 +0000 (15:04 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Oct 2010 09:15:23 +0000 (11:15 +0200)
commit3a3b0037ebfd322a2a60517c99703c63e45f2431
tree9ce6ccb36b8fbf6cafa183bc3502925824895dfb
parent35c343b45fffe9a5f02636c8967a5bd52db07860
Added configure logic for detecting the TRU64 extended attributes interface.
Also made the acl and xattr configure logic use the HAVE_XXX_OS_TRUE variable
which is set by BA_CHECK_OPSYS macro so we only check for a certain interface
that we know only exist on a certain platform when we are running on that platform.
This should make the configure output much cleaner.
bacula/autoconf/configure.in