diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-15 05:28:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:50 -0500 |
commit | 42b70367433dfe835a80fbc5ac50bb6d3babbae3 (patch) | |
tree | d49f7882027e9f5d70d0a8672668e7eca45478ac | |
parent | 34ddb33b4bf14587f4cd5d7972095df6ffa33e02 (diff) | |
download | samba-42b70367433dfe835a80fbc5ac50bb6d3babbae3.tar.gz samba-42b70367433dfe835a80fbc5ac50bb6d3babbae3.tar.bz2 samba-42b70367433dfe835a80fbc5ac50bb6d3babbae3.zip |
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)
-rw-r--r-- | source4/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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" |