]> arthur.barton.de Git - netatalk.git/commitdiff
Fix 5436neta_cv_eas value
authorhat001 <hat001>
Wed, 7 Apr 2010 14:25:24 +0000 (14:25 +0000)
committerhat001 <hat001>
Wed, 7 Apr 2010 14:25:24 +0000 (14:25 +0000)
configure.in

index 9dad52e1cfb9aa3b4cc2a51a863dbaee547f3c8c..a29500277ba3a1ff80c0f18e12ea40bc987eef77 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.241 2010-04-03 07:11:33 franklahm Exp $
+dnl $Id: configure.in,v 1.242 2010-04-07 14:25:24 hat001 Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -1055,7 +1055,7 @@ fi
 AC_SUBST(LIBATALK_ACLS)
 
 dnl --------------------- check for Extended Attributes support
-neta_cv_eas="files"
+neta_cv_eas="ad"
 neta_cv_eas_sys_found=no
 neta_cv_eas_sys_not_found=no
 
@@ -1148,7 +1148,7 @@ esac
 
 if test "x$neta_cv_eas_sys_found" = "xyes" ; then
    if test "x$neta_cv_eas_sys_not_found" != "xyes" ; then
-      neta_cv_eas="$neta_cv_eas | native"
+      neta_cv_eas="$neta_cv_eas | sys"
    fi
 fi