s3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTION_FORCE_SMB1
[Samba.git] / ctdb / configure
blobe8d01577cf7de6edb82c586161641cb45ee95926
1 #!/bin/sh
3 PREVPATH=`dirname $0`
5 WAF=buildtools/bin/waf
6 [ -x "$WAF" ] || WAF=../buildtools/bin/waf
8 # using JOBS=1 gives maximum compatibility with
9 # systems like AIX which have broken threading in python
10 JOBS=1
11 export JOBS
13 cd . || exit 1
14 ${PYTHON:=python} $WAF configure "$@" || exit 1
15 cd $PREVPATH