X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfigure.in;fp=bacula%2Fautoconf%2Fconfigure.in;h=dafc24d0e4a239db34b43d8be90ad146adf1caff;hb=9dad9f2e0c0e0d20ceb5048be494f331dd769d6e;hp=b37e738f41d1218a94fbca77c685a0ef1eb9383d;hpb=d55b5d64d044b2e0224f4a848bbd0f6fdd0e06a0;p=bacula%2Fbacula diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index b37e738f41..dafc24d0e4 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2471,18 +2471,7 @@ if test x$support_acl = xyes -o x$support_acl = xauto; then AC_CHECK_LIB(acl, acl_get_file, [ have_acl=yes; - if test $have_afs = yes; then - dnl - dnl Because of possible naming conflict with AFS libacl make sure we use the one in /usr/lib64 or /usr/lib !!! - dnl - if test -d /usr/lib64/; then - FDLIBS="-L/usr/lib64 -lacl $FDLIBS" - else - FDLIBS="-L/usr/lib -lacl $FDLIBS" - fi - else - FDLIBS="-lacl $FDLIBS" - fi + FDLIBS="-lacl $FDLIBS" ], [ AC_CHECK_LIB(pacl, acl_get_file, [ @@ -3337,7 +3326,6 @@ Configuration on `date`: build-dird: ${build_dird} build-stored: ${build_stored} Plugin support: ${have_plugins} - AFS support: ${have_afs} ACL support: ${have_acl} XATTR support: ${have_xattr} Python support: ${support_python} ${PYTHON_LIBS}