torture3: Use dom_sid_str_buf
[Samba.git] / configure
blob6a89b17e73301e71e2a4763f7aac21956c8af879
1 #!/bin/sh
3 PREVPATH=`dirname $0`
5 WAF=./buildtools/bin/waf
7 # using JOBS=1 gives maximum compatibility with
8 # systems like AIX which have broken threading in python
9 JOBS=1
10 export JOBS
12 # Make sure we don't have any library preloaded.
13 unset LD_PRELOAD
15 cd . || exit 1
16 ${PYTHON:=python3} $WAF configure "$@" || exit 1
17 cd $PREVPATH