1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

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
This commit is contained in:
Matthieu Patou
2010-12-09 00:38:12 +03:00
committed by Matthieu Patou
parent c4e795c6bf
commit 2771266def
2 changed files with 3 additions and 14 deletions

View File

@ -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()