1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/configure.developer
Stefan Metzmacher 97d6795361 s3:configure.developer: add --enable-uid-wrapper
metze

Signed-off-by: Andreas Schneider <asn@samba.org>
2011-10-06 12:15:27 +02:00

8 lines
141 B
Bash
Executable File

#!/bin/sh
`dirname $0`/configure -C \
--enable-developer \
--enable-socket-wrapper \
--enable-nss-wrapper \
--enable-uid-wrapper \
"$@"