From 42b70367433dfe835a80fbc5ac50bb6d3babbae3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Nov 2004 05:28:11 +0000 Subject: r3745: fixed the posix backend after the recent build changes (it had lost the detection of HAVE_XATTR_SUPPORT during configure) (This used to be commit c3b318143f2cfd6376a740afd77900c342e0eec4) --- source4/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/configure.in b/source4/configure.in index c0552a194b..241d154ae1 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -24,6 +24,7 @@ SMB_INCLUDE_M4(smbd/process_model.m4) SMB_INCLUDE_M4(lib/registry/config.m4) SMB_INCLUDE_M4(scripting/config.m4) SMB_INCLUDE_M4(gtk/config.m4) +SMB_INCLUDE_M4(ntvfs/posix/config.m4) ALLLIBS_LIBS="$LIBS" ALLLIBS_CFLAGS="$CFLAGS" -- cgit