diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-09 00:38:12 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-09 00:47:23 +0100 |
commit | 2771266defbf92373787e7f0fb795de713a02770 (patch) | |
tree | 23c1a9e613fbfbe13752eaaacd23f6ae2a63ab75 /source4/scripting | |
parent | c4e795c6bfc2d168ec5934786a4bd521a9fe12a1 (diff) | |
download | samba-2771266defbf92373787e7f0fb795de713a02770.tar.gz samba-2771266defbf92373787e7f0fb795de713a02770.tar.bz2 samba-2771266defbf92373787e7f0fb795de713a02770.zip |
build: do not duplicate the checks for python in samba4
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Thu Dec 9 00:47:23 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/wscript | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/scripting/python/wscript b/source4/scripting/python/wscript deleted file mode 100644 index 14e924b378..0000000000 --- a/source4/scripting/python/wscript +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python - -def set_options(opt): - # enable options related to building python extensions - opt.tool_options('python') # options for disabling pyc or pyo compilation - - -def configure(conf): - # enable tool to build python extensions - conf.check_tool('python') - conf.check_python_version((2,4,2)) - conf.check_python_headers() |