]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/configure.in
Drop last reference to afs detection.
[bacula/bacula] / bacula / autoconf / configure.in
index b37e738f41d1218a94fbca77c685a0ef1eb9383d..dafc24d0e4a239db34b43d8be90ad146adf1caff 100644 (file)
@@ -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}