1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

r3745: fixed the posix backend after the recent build changes (it had lost

the detection of HAVE_XATTR_SUPPORT during configure)
This commit is contained in:
Andrew Tridgell 2004-11-15 05:28:11 +00:00 committed by Gerald (Jerry) Carter
parent 3d885562c9
commit c3b318143f

View File

@ -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"