r16009: fix the build
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Jun 2006 14:57:18 +0000 (14:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:50 +0000 (14:08 -0500)
metze
(This used to be commit d53562f126c374ff93f368cb2e8a247762b3395b)

source4/ntvfs/posix/config.m4

index 3ae424a4bf7ead5d7f80a04c11604242c54578b6..a90b7af982211fd5ada0c75c46508212ef300bec 100644 (file)
@@ -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