s4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped}_size() for all backends
[Samba.git] / configure
bloba94c835a42859f19cb141cc90e9e64c9936c9b56
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:=python} $WAF configure "$@" || exit 1
17 cd $PREVPATH