s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.
[Samba.git] / configure
blob30858df9e3cc10da39390bcd53092b38a9c76897
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 cd . || exit 1
13 ${PYTHON:=python} $WAF configure "$@" || exit 1
14 cd $PREVPATH