1 dnl # Scripting subsystem
3 # Check for python support
8 [ --with-python=PYTHONNAME build Python libraries],
9 [ case "${withval-python}" in
17 PYTHON=${withval-python}
21 if test x"$PYTHON" != "x"; then
22 incdir=`python -c 'import sys; print "%s/include/python%d.%d" % (sys.prefix, sys.version_info[[0]], sys.version_info[[1]])'`
23 CPPFLAGS="$CPPFLAGS -I $incdir"
25 SMB_ENABLE(swig_dcerpc, NO)