From b20d76085bdc2680c5890c0126f2955cf3807e5c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 2 Jun 2006 14:57:18 +0000 Subject: r16009: fix the build metze (This used to be commit d53562f126c374ff93f368cb2e8a247762b3395b) --- source4/ntvfs/posix/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') diff --git a/source4/ntvfs/posix/config.m4 b/source4/ntvfs/posix/config.m4 index 3ae424a4bf7..a90b7af9822 100644 --- a/source4/ntvfs/posix/config.m4 +++ b/source4/ntvfs/posix/config.m4 @@ -42,7 +42,7 @@ if test x"$ac_cv_func_ext_flistxattr" = x"yes"; then ],[ getxattr(NULL, NULL, NULL, 0, 0, 0); ],smb_attr_cv_xattr_add_opt=yes,smb_attr_cv_xattr_add_opt=no) - LIBS=$old_LIBS)]) + LIBS=$old_LIBS]) if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then AC_DEFINE(XATTR_ADDITIONAL_OPTIONS, 1, [xattr functions have additional options]) fi -- cgit