s3: Fix smbd -i
[nivanova/samba-autobuild/.git] / source3 / configure.developer
index 91fc5021d98ef42301b430d5c616b2967ec2dac4..ee8fa8939149da4cd5984f151a09a4a3b3a7e89f 100755 (executable)
@@ -1,3 +1,7 @@
 #!/bin/sh
-export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align"
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       --enable-uid-wrapper \
+       "$@"