s3-VFS: Fix building out-of-tree modules.
[samba.git] / source3 / configure.developer
index 0898b87119fafc4a74333c22f7d752cc51f51784..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual"
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"