diff options
-rwxr-xr-x | buildtools/bin/waf-svn | bin | 107944 -> 109173 bytes | |||
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/bin/waf-svn b/buildtools/bin/waf-svn Binary files differindex 64c653c097..7dc850722d 100755 --- a/buildtools/bin/waf-svn +++ b/buildtools/bin/waf-svn diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 3da1e1439a..da046e17a0 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -36,7 +36,7 @@ LIB_PATH="shared" os.putenv('PYTHONUNBUFFERED', '1') -if Constants.HEXVERSION < 0x105016: +if Constants.HEXVERSION < 0x105019: Logs.error(''' Please use the version of waf that comes with Samba, not a system installed version. See http://wiki.samba.org/index.php/Waf |