s3:registry: provide transaction_start|commit|cancel fns for the registry tdb
[jra/samba/.git] / source3 / configure.developer
index e1fee89d46e3ff4f0108858c4b5c7ddc09a106e3..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/sh
-export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" -DDEBUG_PASSWORD
-./configure
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"