s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFS
[obnox/samba/samba-obnox.git] / configure
1 #!/bin/sh
2
3 PREVPATH=`dirname $0`
4
5 WAF=./buildtools/bin/waf
6
7 # using JOBS=1 gives maximum compatibility with
8 # systems like AIX which have broken threading in python
9 JOBS=1
10 export JOBS
11
12 cd . || exit 1
13 ${PYTHON:=python} $WAF configure "$@" || exit 1
14 cd $PREVPATH