]> git.sur5r.net Git - bacula/bacula/commitdiff
Re-make configure
authorKern Sibbald <kern@sibbald.com>
Tue, 15 Dec 2009 20:28:59 +0000 (21:28 +0100)
committerKern Sibbald <kern@sibbald.com>
Tue, 15 Dec 2009 20:28:59 +0000 (21:28 +0100)
bacula/configure

index 668ec144fd0b30ecc24fcde25b4b1c527be402e3..b9c4dceff4cadca33087258fc63ee7cb646e236a 100755 (executable)
@@ -41218,7 +41218,21 @@ _ACEOF
    fi
 fi
 
-support_xattr=auto
+case $DISTNAME in
+freebsd)
+   #
+   # FreeBSD gives false positives on the xattr function but seems to have problems compiling the code
+   # for now disable the checks on FreeBSD, Bacula 3.1.x has proper support for xattr on *BSD
+   #
+   support_xattr=no
+   ;;
+netbsd)
+   support_xattr=no
+   ;;
+*)
+   support_xattr=auto
+   ;;
+esac
 # Check whether --enable-xattr was given.
 if test "${enable_xattr+set}" = set; then
   enableval=$enable_xattr;