]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typos
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Oct 2009 16:35:59 +0000 (18:35 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Oct 2009 16:35:59 +0000 (18:35 +0200)
bacula/autoconf/configure.in

index 2ed5e154bf850b27ab54b5683c364adce3661359..4400ae05a59e0f777e4f6b4627d530061a69fa7e 100644 (file)
@@ -2408,7 +2408,7 @@ if test x$support_xattr = xyes -o x$support_xattr = xauto; then
       ]
    )
    
-   if test $have_xattr = yes; then
+   if test $have_xattr = no; then
       AC_CHECK_FUNCS(extattr_get_file extattr_set_file extattr_list_file,
          [
             have_xattr=yes
@@ -2419,7 +2419,6 @@ if test x$support_xattr = xyes -o x$support_xattr = xauto; then
       )
    fi
    
-   fi
    if test $have_xattr = yes; then
       have_extattr_string_in_libc=no
       AC_CHECK_FUNCS(extattr_namespace_to_string extattr_string_to_namespace,