From 6594c0375b91c3aa1bd991c30ae50197a6d889d4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 8 Mar 2009 20:20:47 +0000 Subject: 26697: test for Linux- and Mac-style xattr functions --- Src/Modules/attr.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Modules/attr.mdd') diff --git a/Src/Modules/attr.mdd b/Src/Modules/attr.mdd index 52f3e2420..fbe917bbf 100644 --- a/Src/Modules/attr.mdd +++ b/Src/Modules/attr.mdd @@ -1,5 +1,5 @@ name=zsh/attr -link='if test "x$ac_cv_func_getxattr" = xyes && test "x$ac_cv_header_sys_xattr_h" = xyes; then +link='if test "x$zsh_cv_use_xattr" = xyes; then echo dynamic else echo no -- cgit v1.2.3