s3-ntlmssp: use generated ntlmssp code for debugging purpose.
[ira/wip.git] / source3 / configure.developer
index e7c8831f62c5930b1ce7c2fec4ea01ae34b13274..503367020950304687c10ba535f17d384a0b9581 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
-CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"
-export CFLAGS
-./configure $*
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       "$@"