From 9ed1055c0bf594ca7176989ef8578b966f81f9c5 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 9 Oct 2009 18:35:59 +0200 Subject: [PATCH] Fix typos --- bacula/autoconf/configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 2ed5e154bf..4400ae05a5 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -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, -- 2.39.5