From 208d92a259398af1afc0b99dbfdc58171a1b671d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 17:08:13 +1100 Subject: s4-waf: cleaned up tevent dependency --- source4/ntvfs/posix/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build index 08b32980e7..b77c2120f8 100644 --- a/source4/ntvfs/posix/wscript_build +++ b/source4/ntvfs/posix/wscript_build @@ -24,7 +24,7 @@ bld.SAMBA_MODULE('pvfs_acl_nfs4', bld.SAMBA_SUBSYSTEM('pvfs_aio', source='pvfs_aio.c', - deps='tevent LIBTEVENT_EXT', + deps='tevent', enabled=False ) -- cgit