diff options
Diffstat (limited to 'lib/socket_wrapper/wscript_build')
-rw-r--r-- | lib/socket_wrapper/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket_wrapper/wscript_build b/lib/socket_wrapper/wscript_build index e100ccc6fe..a81c7aa61a 100644 --- a/lib/socket_wrapper/wscript_build +++ b/lib/socket_wrapper/wscript_build @@ -4,5 +4,6 @@ bld.SAMBA_LIBRARY('socket_wrapper', source='socket_wrapper.c', group='base_libraries', private_library=True, + enabled=bld.CONFIG_SET('SOCKET_WRAPPER'), deps='replace') |