s3:registry: provide transaction_start|commit|cancel fns for the registry tdb
[jra/samba/.git] / source3 / configure.developer
index fbd7c99533ff0291da28b9bf93ef095f33fbfb11..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
-CFLAGS="$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 \
+       "$@"