]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove last traces of AFS detection.
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 2 Jul 2011 20:59:03 +0000 (22:59 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:03 +0000 (14:49 +0200)
bacula/autoconf/configure.in

index 5c6f982c37ab44ec21f7817ae9474aa528d93cff..213e71e9dad55ae00df21c011bacead1fdc15d4e 100644 (file)
@@ -2544,18 +2544,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 x$have_afs = xyes; 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"
         ]
       )
    fi
@@ -3492,7 +3481,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}