diff options
author | Thomas Nagy <tnagy@waf.io> | 2015-11-05 00:41:38 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-11-06 10:37:24 +0100 |
commit | 1f4f081b7aa7cbb8c9f92f0c5e39a870a5c1c6a3 (patch) | |
tree | 9ac5ca7dc778da3653c63d3a4f34c90a6291eb04 /dynconfig | |
parent | 973197909887ccd38eb5b5aaf48235dea09fdc81 (diff) | |
download | samba-1f4f081b7aa7cbb8c9f92f0c5e39a870a5c1c6a3.tar.gz |
build:wafsamba: Remove the unnecessary intltool module dependency
The 'intltool' module is completely unnecessary for the build process,
and it does not exist in waf 1.8
Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Uri Simchoni uri@samba.org
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'dynconfig')
-rwxr-xr-x | dynconfig/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript index 606fbad5292..d76b6ded36c 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -import string, Logs, Utils, Options, sys, Build, os, intltool, optparse, textwrap +import string, Logs, Utils, Options, Build, os, optparse, textwrap from samba_utils import EXPAND_VARIABLES, os_path_relpath class SambaIndentedHelpFormatter (optparse.IndentedHelpFormatter): |