]> git.sur5r.net Git - bacula/bacula/commitdiff
Rebuild configure.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 3 Jan 2012 12:27:41 +0000 (13:27 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Tue, 3 Jan 2012 12:27:41 +0000 (13:27 +0100)
bacula/configure

index ff48b25248fb52937fe717b92b9f785067d1dd02..0ce89f2a4f64013f806689152bd43d9684d9e957 100755 (executable)
@@ -42768,15 +42768,7 @@ $as_echo "$ac_cv_lib_acl_acl_get_file" >&6; }
 if test "x$ac_cv_lib_acl_acl_get_file" = x""yes; then
 
                 have_acl=yes;
-                if test $have_afs = yes; then
-                                                                   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"
 
 else
 
@@ -48676,7 +48668,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}