diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 21:46:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53 (patch) | |
tree | 799fa74dad562244b7936eb6e2112c4bce6ae676 /source4/wscript | |
parent | c8f4ca41f69993afd9b4d753812d3056c91f0db5 (diff) | |
download | samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.gz samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.bz2 samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.zip |
build: fixes from ita
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 4590d7be70..e9c762ec02 100644 --- a/source4/wscript +++ b/source4/wscript @@ -1,3 +1,5 @@ +#! /usr/bin/env python + srcdir = '..' blddir = 'bin' @@ -16,6 +18,7 @@ def set_options(opt): def configure(conf): conf.DEFINE('_SAMBA_BUILD_', 4) + conf.find_program('python', var='PYTHON', mandatory=True) conf.sub_config(LIBREPLACE_DIR) conf.sub_config(LIBLDB_DIR) conf.sub_config('heimdal_build') |