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