diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-06-02 14:57:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:50 -0500 |
commit | b20d76085bdc2680c5890c0126f2955cf3807e5c (patch) | |
tree | 15158192bdb0e0307b3cd7b7e69819325b90e0bf /source4 | |
parent | 22367ca76eaa2e84cee81fdbb005486ec857e64d (diff) | |
download | samba-b20d76085bdc2680c5890c0126f2955cf3807e5c.tar.gz samba-b20d76085bdc2680c5890c0126f2955cf3807e5c.tar.bz2 samba-b20d76085bdc2680c5890c0126f2955cf3807e5c.zip |
r16009: fix the build
metze
(This used to be commit d53562f126c374ff93f368cb2e8a247762b3395b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.m4 b/source4/ntvfs/posix/config.m4 index 3ae424a4bf..a90b7af982 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 |